docs: fix broken link

This commit is contained in:
Erik Sundell
2023-08-10 15:19:26 +02:00
parent 9efe59f4f7
commit fb78464dec

View File

@@ -5,7 +5,7 @@
By default a user starting a server will see the JupyterLab interface. This can By default a user starting a server will see the JupyterLab interface. This can
be changed with TLJH config `user_environment.default_app` or with the be changed with TLJH config `user_environment.default_app` or with the
JupyterHub config JupyterHub config
{external:py:attribute}`jupyterhub.spawner.Spawner.default_url` directly. {external:py:attr}`jupyterhub.spawner.Spawner.default_url` directly.
The TLJH config supports the options `jupyterlab` and `classic`, which The TLJH config supports the options `jupyterlab` and `classic`, which
translates to a `Spawner.default_url` config of `/lab` and `/tree`. translates to a `Spawner.default_url` config of `/lab` and `/tree`.