Merge pull request #5071 from agoose77/agoose77/docs-user-redirect

Update docs to point to `/hub/user-redirect/` instead of `/user-redirect/`
This commit is contained in:
Erik Sundell
2025-06-04 10:35:31 +02:00
committed by GitHub

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.