diff --git a/docs/source/reference/urls.md b/docs/source/reference/urls.md index dd2d619e..7f5aa6fd 100644 --- a/docs/source/reference/urls.md +++ b/docs/source/reference/urls.md @@ -169,14 +169,14 @@ _Version changed: 1.0_ JupyterHub version 0.9 failed these API requests with status `404`, 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. 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. -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` **DO NOT** share links to your own server with other users.