Skip to content

Commit 36d259b

Browse files
committed
docs: updates based on reviews
1 parent 87597b6 commit 36d259b

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Jupyter Server Docs Sources
22

3-
Read [this pageg](https://jupyter-server.readthedocs.io/en/latest/contributors/contributing.html#building-the-docshttps://jupyter-server.readthedocs.io/en/latest/contributors/contributing.html#building-the-docs) to build the docs.
3+
Read [this page](https://jupyter-server.readthedocs.io/en/latest/contributors/contributing.html#building-the-docs) to build the docs.

docs/source/developers/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Server Extensions
44

55
A Jupyter Server extension is typically a module or package that extends to Server’s REST API/endpoints—i.e. adds extra request handlers to Server’s Tornado Web Application.
66

7-
You can check some simple example on the `examples folder
7+
You can check some simple examples on the `examples folder
88
<https://github.com/jupyter/jupyter_server/tree/master/examples/simple>`_ in the GitHub jupyter_server repository.
99

1010
Authoring a basic server extension

docs/source/operators/security.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,4 @@ To share a signatures database among users, you can configure:
217217
c.NotebookNotary.data_dir = "/path/to/signature_dir"
218218
219219
to specify a non-default path to the SQLite database (of notebook hashes,
220-
essentially). We are aware that SQLite doesn't work well on NFS and we are
221-
`working out better ways to do this <https://github.com/jupyter/notebook/issues/1782>`_.
220+
essentially).

docs/source/other/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``j
3030
- Classic server extension discovery and support
3131
- Bug fixes
3232
- Ready for users
33-
- JupyterLab is the first servver running on top of Jupyter Server
33+
- JupyterLab is the first server running on top of Jupyter Server
3434

3535
.. _release-0.0.2:
3636

0 commit comments

Comments
 (0)