Skip to content

Commit f44cbd9

Browse files
authored
Merge branch 'main' into external-kernels
2 parents 4739d97 + c5dc0f6 commit f44cbd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/developers/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,4 +580,4 @@ There are a few key steps to make this happen:
580580
)
581581
582582
583-
.. _`classic Notebook Server`: https://jupyter-notebook.readthedocs.io/en/stable/extending/handlers.html
583+
.. _`classic Notebook Server`: https://jupyter-notebook.readthedocs.io/en/v6.5.4/extending/handlers.html

docs/source/operators/public-server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Preparing a hashed password
111111
~~~~~~~~~~~~~~~~~~~~~~~~~~~
112112

113113
You can prepare a hashed password manually, using the function
114-
:func:`notebook.auth.security.passwd`:
114+
:func:`jupyter_server.auth.passwd`:
115115

116116
.. code-block:: python
117117
@@ -123,7 +123,7 @@ You can prepare a hashed password manually, using the function
123123
124124
.. caution::
125125

126-
:func:`~notebook.auth.security.passwd` when called with no arguments
126+
:func:`~jupyter_server.auth.passwd` when called with no arguments
127127
will prompt you to enter and verify your password such as
128128
in the above code snippet. Although the function can also
129129
be passed a string as an argument such as ``passwd('mypassword')``, please

0 commit comments

Comments
 (0)