docs: update URL

This commit is contained in:
Angus Hollands
2025-05-30 11:33:27 +01:00
parent bc21e99e7e
commit 27c1441baa

View File

@@ -169,14 +169,14 @@ _Version changed: 1.0_
JupyterHub version 0.9 failed these API requests with status `404`, JupyterHub version 0.9 failed these API requests with status `404`,
but version 1.0 uses 503. but version 1.0 uses 503.
## `/user-redirect/...` ## `/hub/user-redirect/...`
The `/user-redirect/...` URL is for sharing a URL that will redirect a user The `/hub/user-redirect/...` URL is for sharing a URL that will redirect a user
to a path on their own default server. to a path on their own default server.
This is useful when different users have the same file at the same URL on their servers, This is useful when different users have the same file at the same URL on their servers,
and you want a single link to give to any user that will open that file on their server. and you want a single link to give to any user that will open that file on their server.
e.g. a link to `/user-redirect/notebooks/Index.ipynb` e.g. a link to `/hub/user-redirect/notebooks/Index.ipynb`
will send user `hortense` to `/user/hortense/notebooks/Index.ipynb` will send user `hortense` to `/user/hortense/notebooks/Index.ipynb`
**DO NOT** share links to your own server with other users. **DO NOT** share links to your own server with other users.