Fix some public URL links within the docs

there shouldn't be any links to jupyterhub.readthedocs.io
This commit is contained in:
Min RK
2023-04-20 13:36:01 +02:00
parent 10e7ab96e5
commit 9c83c15f67
4 changed files with 6 additions and 6 deletions

View File

@@ -130,8 +130,8 @@ configuration:
jupyterhub -f testing/jupyterhub_config.py
```
The default JupyterHub [authenticator](https://jupyterhub.readthedocs.io/en/stable/reference/authenticators.html#the-default-pam-authenticator)
& [spawner](https://jupyterhub.readthedocs.io/en/stable/api/spawner.html#localprocessspawner)
The default JupyterHub [authenticator](PAMAuthenticator)
& [spawner](LocalProcessSpawner)
require your system to have user accounts for each user you want to log in to
JupyterHub as.