From 50ab1660eadacadd198b47950b10a4bdded646e1 Mon Sep 17 00:00:00 2001 From: Pierre de Buyl Date: Thu, 14 Dec 2023 11:55:22 +0100 Subject: [PATCH] Fix URL for sudo configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d04ca23..ba9f658 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ JupyterHub administrator to have ``sudo`` access to execute. pip install -e . -2. [Add sudo access to the script](https://github.com/jupyter/jupyterhub/wiki/Using-sudo-to-run-JupyterHub-without-root-privileges). +2. [Add sudo access to the script](https://jupyterhub.readthedocs.io/en/stable/howto/configuration/config-sudo.html). 3. To configure JupyterHub to use SudoSpawner, add the following to your `jupyterhub_config.py`: