From fb78464dec8c7091c3338fb60b7ad9ac5b7552d4 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 10 Aug 2023 15:19:26 +0200 Subject: [PATCH] docs: fix broken link --- docs/howto/user-env/notebook-interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/user-env/notebook-interfaces.md b/docs/howto/user-env/notebook-interfaces.md index 063c004..8560b17 100644 --- a/docs/howto/user-env/notebook-interfaces.md +++ b/docs/howto/user-env/notebook-interfaces.md @@ -5,7 +5,7 @@ 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 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 translates to a `Spawner.default_url` config of `/lab` and `/tree`.