diff --git a/docs/source/getting-started/services-basics.md b/docs/source/getting-started/services-basics.md index 018ab68b..a49cc638 100644 --- a/docs/source/getting-started/services-basics.md +++ b/docs/source/getting-started/services-basics.md @@ -14,7 +14,7 @@ document will: - explain some basic information about API tokens - clarify that API tokens can be used to authenticate to - single-user servers as of [version 0.8.0](./changelog.html) + single-user servers as of [version 0.8.0](../changelog.html) - show how the [cull_idle_servers][] script can be: - used in a Hub-managed service - run as a standalone script @@ -116,4 +116,4 @@ variable. Run `cull_idle_servers.py` manually. python cull_idle_servers.py [--timeout=900] [--url=http://127.0.0.1:8081/hub/api] ``` -[cull_idle_servers]: https://github.com/jupyterhub/jupyterhub/blob/master/examples/cull-idle/cull_idle_servers.py \ No newline at end of file +[cull_idle_servers]: https://github.com/jupyterhub/jupyterhub/blob/master/examples/cull-idle/cull_idle_servers.py