Skip to content
Snippets Groups Projects
Commit 8d2e2aff authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Added .md suffix in some links.

parent ad3e9a49
No related branches found
No related tags found
2 merge requests!687Automated merge from preview to main,!632Improving JupyterHub Documentation
......@@ -259,4 +259,4 @@ Each box therein represents a so called 'Kernel'.
but similarly provide basic functionality for running your use cases,
e.g. Python or R)
You can also [create your own Kernels](./jupyterhub_custom_environments.md).
You can also [create your own Kernels](jupyterhub_custom_environments.md).
......@@ -57,7 +57,7 @@ to either use "Python virtualenv" or "conda environment".
## Python Virtualenv
While we have a general description on
[Python Virtual Environments](/software/python_virtual_environments/), here we have a more detailed
[Python Virtual Environments](../software/python_virtual_environments.md), here we have a more detailed
description on using them with JupyterHub:
Depending on the CPU architecture that you are targeting, please choose a `modenv`:
......@@ -161,7 +161,7 @@ Installed kernelspec my-kernel in .../.local/share/jupyter/kernels/my-kernel
!!! warning
Take care to select the appropriate standard environment (as mentioned above)
when [spawning a new session](./jupyterhub#start-a-session).
when [spawning a new session](jupyterhub.md#start-a-session).
## Conda Environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment