Skip to content

Commit c91836b

Browse files
authored
Update link to notebook security (#370)
1 parent 4c265b7 commit c91836b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Notebook signatures
8181

8282
This machinery is used by the notebook web application to record which notebooks
8383
are *trusted*, and may show dynamic output as soon as they're loaded. See
84-
:ref:`notebook:notebook_security` for more information.
84+
:ref:`server:server_security` for more information.
8585

8686
.. autoclass:: NotebookNotary
8787

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
"jupyterclient": ("https://jupyter-client.readthedocs.io/en/stable", None),
305305
"nbconvert": ("https://nbconvert.readthedocs.org/en/stable", None),
306306
"notebook": ("https://jupyter-notebook.readthedocs.org/en/stable", None),
307+
"server": ("https://jupyter-server.readthedocs.org/en/stable", None),
307308
}
308309

309310

0 commit comments

Comments
 (0)