You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/devinstall.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ make docs
69
69
After modifying any of the APIs in `jupyter-websocket` mode, you must update the project's Swagger API specification.
70
70
71
71
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/#/).
73
73
2. Make your changes.
74
74
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`.
0 commit comments