From c81e9d60e47b01544f2d78b0ff87771b5809131b Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 21 Dec 2016 14:49:07 +0100 Subject: [PATCH] fix rest-api link link to REST API, not Python API --- docs/source/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/rest.md b/docs/source/rest.md index d8cf6bfc..47327ff7 100644 --- a/docs/source/rest.md +++ b/docs/source/rest.md @@ -67,4 +67,4 @@ Note: The Swagger specification is being renamed the [OpenAPI Initiative][]. [on swagger's petstore]: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterhub/jupyterhub/master/docs/rest-api.yml#!/default [OpenAPI Initiative]: https://www.openapis.org/ -[JupyterHub REST API]: ./api/index.html +[JupyterHub REST API]: ./_static/rest-api/index.html