From cbb93c36f17860278fa8444ecb5d4e313dd776ee Mon Sep 17 00:00:00 2001 From: Chilin Chiou Date: Sun, 13 Apr 2025 19:31:25 +0800 Subject: [PATCH] Update quickstart tutorial to replace outdated wiki link with current non-root setup instructions --- README.md | 2 +- docs/source/tutorial/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.