From 833961e51bb1271eceadfada794a7918cd064109 Mon Sep 17 00:00:00 2001 From: Matuzalem Muller <30294881+matuzalemmuller@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:03:53 -0500 Subject: [PATCH] Fix link to traefik example --- docs/source/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.md b/docs/source/install.md index 08c08f3b..3302e2a9 100644 --- a/docs/source/install.md +++ b/docs/source/install.md @@ -96,7 +96,7 @@ you can load a specific config file and start JupyterHub using: $ jupyterhub -f /path/to/jupyterhub_config.py ``` -There is an example configuration file [here](https://github.com/jupyterhub/traefik-proxy/blob/HEAD/examples/jupyterhub_config_redis.py) that configures JupyterHub to run with [TraefikRedisProxy](redis) as the proxy and uses dummyauthenticator and simplespawner to enable testing without administrative privileges. +There is an example configuration file [here](https://github.com/jupyterhub/traefik-proxy/blob/HEAD/examples/jupyterhub_config_toml.py) that configures JupyterHub to run with [TraefikRedisProxy](redis) as the proxy and uses dummyauthenticator and simplespawner to enable testing without administrative privileges. In _jupyterhub_config.py_: