fix absolute refs

myst seems to create different refs than sphinx
This commit is contained in:
Min RK
2023-03-27 09:56:46 +02:00
parent de36cfc116
commit 76dadd7ef9
29 changed files with 60 additions and 60 deletions

View File

@@ -10,7 +10,7 @@ can be used with TLJH. A number of them ship by default with TLJH:
OAuth based authentication methods.
2. [LDAPAuthenticator](https://github.com/jupyterhub/ldapauthenticator) - LDAP & Active Directory.
3. [DummyAuthenticator](https://github.com/yuvipanda/jupyterhub-dummy-authenticator) - Any username,
one shared password. A {ref}`how-to guide on using DummyAuthenticator <howto/auth/dummy>` is also
one shared password. A [how-to guide on using DummyAuthenticator](howto-auth-dummy) is also
available.
4. [FirstUseAuthenticator](https://github.com/yuvipanda/jupyterhub-firstuseauthenticator) - Users set
their password when they log in for the first time. Default authenticator used in TLJH.
@@ -75,7 +75,7 @@ sudo tljh-config reload
Try logging in a separate incognito window to check if your configuration works. This
lets you preserve your terminal in case there were errors. If there are
errors, {ref}`troubleshooting/logs` should help you debug them.
errors, [](/troubleshooting/logs) should help you debug them.
### Example

View File

@@ -110,7 +110,7 @@ The Littlest JupyterHub can install additional _plugins_ that provide additional
features. They are most commonly used to install a particular _stack_ - such as
the [PANGEO Stack](https://github.com/yuvipanda/tljh-pangeo) for earth sciences
research, a stack for a particular class, etc. You can find more information about
writing plugins and a list of existing plugins at {ref}`contributing/plugins`.
writing plugins and a list of existing plugins at [](/contributing/plugins).
`--plugin <plugin-to-install>` installs and activates a plugin. You can pass it
however many times you want. Since plugins are distributed as python packages,

View File

@@ -20,4 +20,4 @@ about how to get HTTP traffic from the world into your server.
## CPU / Memory / Disk Space
See how to {ref}`howto/admin/resource-estimation`
See how to [](/howto/admin/resource-estimation)

View File

@@ -66,4 +66,4 @@ feature of systemd.
## HTTPS
Any internet-facing JupyterHub should use HTTPS to secure its traffic. For
information on how to use HTTPS with your JupyterHub, see {ref}`howto/admin/https`.
information on how to use HTTPS with your JupyterHub, see [](/howto/admin/https).