Skip to content

Commit 240cbb3

Browse files
authored
Fix link-rot for Swagger view of OpenAPI spec (#424)
Was the spec ever in `/docs/`? Also, the primary branch name changed, and GitHub's attitude about `master -> main` is "hey, we made a new preference and put out a press release; all our work here is done." Signed-off-by: Jay Carlson <[email protected]>
1 parent 3d78b6b commit 240cbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_server/rest-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# see me at: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/master/docs/rest-api.yml#/default
1+
# see me at: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/jupyterlab_server/rest-api.yml#/default
22
openapi: "3.0.3"
33
info:
44
title: JupyterLab Server

0 commit comments

Comments
 (0)