mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
docs: update URL
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user