Skip to content

Commit

Permalink
Fix link-rot for Swagger view of OpenAPI spec (#424)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nopdotcom authored Nov 14, 2023
1 parent 3d78b6b commit 240cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab_server/rest-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# see me at: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/master/docs/rest-api.yml#/default
# see me at: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/jupyterlab_server/rest-api.yml#/default
openapi: "3.0.3"
info:
title: JupyterLab Server
Expand Down

0 comments on commit 240cbb3

Please sign in to comment.