diff --git a/README.md b/README.md index 2dd2c0e3..869a26b4 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Visit `http://localhost:8000` in your browser, and sign in with your system user _Note_: To allow multiple users to sign in to the server, you will need to run the `jupyterhub` command as a _privileged user_, such as root. -The [wiki](https://github.com/jupyterhub/jupyterhub/wiki/Using-sudo-to-run-JupyterHub-without-root-privileges) +The [Run JupyterHub without root privileges using sudo](https://jupyterhub.readthedocs.io/en/latest/howto/configuration/config-sudo.html) describes how to run the server as a _less privileged user_, which requires more configuration of the system. diff --git a/docs/source/tutorial/quickstart.md b/docs/source/tutorial/quickstart.md index eca85a9e..108a897c 100644 --- a/docs/source/tutorial/quickstart.md +++ b/docs/source/tutorial/quickstart.md @@ -90,6 +90,6 @@ To **allow multiple users to sign in** to the Hub server, you must start sudo jupyterhub ``` -The [wiki](https://github.com/jupyterhub/jupyterhub/wiki/Using-sudo-to-run-JupyterHub-without-root-privileges) +[Run JupyterHub without root privileges using sudo](https://jupyterhub.readthedocs.io/en/latest/howto/configuration/config-sudo.html) describes how to run the server as a _less privileged user_. This requires additional configuration of the system.