Skip to content

Commit

Permalink
fix: broken page links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroudnitski committed Jan 28, 2025
1 parent f0ab237 commit 28446f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/labs/jupyterlite-vs-jupyterlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ This page explains the differences between JupyterLite and JupyterLab - and whic
In general, we recommend authors use JupyterLite:
- __For the learner's best experience__
- If all required libraries are compatible.
- See [JupyterLite - Unsupported Libraries](./jupyterlite#unsupported-libraries).
- See [JupyterLite - Unsupported Libraries](./tools/jupyterlite#unsupported-libraries).
- Only low-medium rumtime code cells.
- See [JupyterLite - Additional Caveats](./jupyterlite#additional-caveats).
- See [JupyterLite - Additional Caveats](./tools/jupyterlite#additional-caveats).

## When should you use JupyterLab?

Expand Down
2 changes: 1 addition & 1 deletion docs/labs/tools/cloud-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ After the application is ready, it will display the deployed NLP service URL in
Flutter Web’s hot restart feature, which allows developers to see changes instantly by pressing r in the terminal, doesn’t work as expected in the Cloud IDE due to differences in the environment.
However, there’s a simple workaround with a bash script to mimic the hot reload functionality. Click [here](flutter-web-hot-restart.md) for more information on how to use this workaround.
However, there’s a simple workaround with a bash script to mimic the hot reload functionality. Click [here](../flutter-web-hot-restart.md) for more information on how to use this workaround.
2 changes: 1 addition & 1 deletion docs/labs/tools/jupyterlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We provide it to authors when [JupyterLite](./jupyterlite) has insufficient comp

We recommend you only use JupyterLab for your labs when necessary. If possible, we recommend you use JupyterLite instead.

For more information on why JupyterLite is preferred over JupyterLab see [JupyterLite vs JupyterLab](./jupyterlite-vs-jupyterlab).
For more information on why JupyterLite is preferred over JupyterLab see [JupyterLite vs JupyterLab](../jupyterlite-vs-jupyterlab).

### JupyterLab Caveats

Expand Down
2 changes: 1 addition & 1 deletion docs/labs/tools/jupyterlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For python-notebook labs, we recommend you use JupyterLite for your learners' be

However, sometimes JupyterLite may not be an option for you - we lay out these cases in the next sections.

For more information on why JupyterLite is preferred over JupyterLab see [JupyterLite vs JupyterLab](./jupyterlite-vs-jupyterlab).
For more information on why JupyterLite is preferred over JupyterLab see [JupyterLite vs JupyterLab](../jupyterlite-vs-jupyterlab).

<!-- ### Supported libraries
Expand Down

0 comments on commit 28446f7

Please sign in to comment.