Skip to content

Commit ccbdcb0

Browse files
authored
Merge pull request #275 from felixhummel/patch-1
fix link to http-mode.html
2 parents 234bbb6 + 8682320 commit ccbdcb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/devinstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ make dev
4848

4949
Then access the running server at the URL printed in the console.
5050

51-
Run an instance of the kernel gateway server in [`notebook-http` mode](http-mode) using the `api_intro.ipynb` notebook in the repository.
51+
Run an instance of the kernel gateway server in [`notebook-http` mode](http-mode.html) using the `api_intro.ipynb` notebook in the repository.
5252

5353
```bash
5454
make dev-http

docs/source/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Jupyter Kernel Gateway has the following features:
55
* [`jupyter-websocket` mode](websocket-mode) which provides a
66
Jupyter Notebook server-compatible API for requesting kernels and
77
communicating with them using Websockets
8-
* [`notebook-http` mode](http-mode) which maps HTTP requests to
8+
* [`notebook-http` mode](http-mode.html) which maps HTTP requests to
99
cells in annotated notebooks
1010
* Option to enable other kernel communication mechanisms by plugging in third party personalities
1111
* Option to set a shared authentication token and require it from clients
@@ -18,7 +18,7 @@ The Jupyter Kernel Gateway has the following features:
1818
in the request
1919
* Option to pre-populate kernel memory from a notebook
2020
* Option to serve annotated notebooks as HTTP endpoints, see
21-
[notebook-http](#notebook-http-mode)
21+
[notebook-http](http-mode.html)
2222
* Option to allow downloading of the notebook source when running
2323
in `notebook-http` mode
2424
* Generation of [Swagger specs](http://swagger.io/introducing-the-open-api-initiative/)

docs/source/uses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Jupyter Kernel Gateway makes possible the following novel uses of kernels:
1111
[tmpnb](https://github.com/jupyter/tmpnb), [Binder](http://mybinder.org/),
1212
or your favorite cluster manager)
1313
* Create microservices from notebooks via
14-
[`notebook-http` mode](notebook-http-mode)
14+
[`notebook-http` mode](http-mode.html)
1515

1616
The following diagram shows how you might use `tmpnb` to deploy a pool of kernel gateway instances in Docker containers to support on-demand interactive compute:
1717

0 commit comments

Comments
 (0)