Skip to content

Commit

Permalink
fix broken link and pbme build
Browse files Browse the repository at this point in the history
  • Loading branch information
annefou committed Nov 3, 2023
1 parent 014f75a commit 4e23323
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions tutorial/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ only_build_toc_files : true
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
exclude_patterns:
- 'part2/*'
execute_notebooks: force
timeout: 1000

Expand Down
2 changes: 1 addition & 1 deletion tutorial/before/EOSC.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can create, access and manage your buckets from the minIO console (or use [m

In addition to the MinIO console, the API end point is `https://pangeo-eosc-minioapi.vm.fedcloud.eu/` for those who prefer to interact with MinIO via the API.

Please check out this [example](./how-to/object-storage-minio-test.ipynb) to get started.
Please check out this [example](https://github.com/pangeo-data/pangeo-eosc/blob/main/users/how-to/object-storage-minio-test.ipynb) to get started.

### Support

Expand Down
10 changes: 5 additions & 5 deletions tutorial/before/openeo.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ It is possible to link multiple accounts from multiple identity providers to the

See the getting started guides to find out more about how to use the clients for this:

* [Editor](../getting-started/editor/index.md)
* [JavaScript](../getting-started/javascript/index.md#authentication)
* [JupyterLab](../getting-started/jupyterlab/index.md)
* [Python](../getting-started/python/index.md#authentication)
* [R](../getting-started/r/index.md#authentication)
* [Editor](https://docs.openeo.cloud/getting-started/editor/)
* [JavaScript](https://docs.openeo.cloud/getting-started/javascript/#processes)
* [JupyterLab](https://docs.openeo.cloud/getting-started/jupyterlab/)
* [Python](https://docs.openeo.cloud/getting-started/python/#authentication)
* [R](https://docs.openeo.cloud/getting-started/r/#processes)


0 comments on commit 4e23323

Please sign in to comment.