Skip to content

Commit 714ed70

Browse files
committed
backport doc changes from PR #234
1 parent 2506336 commit 714ed70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/devinstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ make docs
6969
After modifying any of the APIs in `jupyter-websocket` mode, you must update the project's Swagger API specification.
7070

7171
1. Load the current
72-
[swagger.yaml](https://github.com/jupyter/kernel_gateway/blob/master/kernel_gateway/services/api/swagger.yaml) file into the [Swagger editor](http://editor.swagger.io/#/).
72+
[swagger.yaml](https://github.com/jupyter/kernel_gateway/blob/master/kernel_gateway/jupyter_websocket/swagger.yaml) file into the [Swagger editor](http://editor.swagger.io/#/).
7373
2. Make your changes.
7474
3. Export both the `swagger.json` and `swagger.yaml` files.
75-
4. Place the files in `kernel_gateway/services/api`.
75+
4. Place the files in `kernel_gateway/jupyter_websocket`.
7676
5. Add, commit, and PR the changes.

0 commit comments

Comments
 (0)