Skip to content

Commit a46d07c

Browse files
docs: s/jupter/jupyter-server/g
1 parent 8e8c113 commit a46d07c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
author = "The Jupyter Team"
7171

7272
# ghissue config
73-
github_project_url = "https://github.com/jupyter/jupyter_server"
73+
github_project_url = "https://github.com/jupyter-server/jupyter_server"
7474

7575
# The version info for the project you're documenting, acts as replacement for
7676
# |version| and |release|, also used in various other places throughout the

docs/source/contributors/team-meetings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Also check out Jupyter Server's roadmap where we track future plans for Jupyter
2323

2424
`Jupyter Server 2.0 Discussion <https://github.com/jupyter-server/team-compass/issues/24>`_
2525

26-
`Archived roadmap <https://github.com/jupyter/jupyter_server/issues/127>`_
26+
`Archived roadmap <https://github.com/jupyter-server/jupyter_server/issues/127>`_
2727

2828
Jupyter Calendar
2929
----------------

docs/source/developers/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For examples of jupyter server extensions, see the
1010
:ref:`homepage <examples of jupyter server extensions>`.
1111

1212
To get started writing your own extension, see the simple examples in the `examples folder
13-
<https://github.com/jupyter/jupyter_server/tree/main/examples/simple>`_ in the GitHub jupyter_server repository.
13+
<https://github.com/jupyter-server/jupyter_server/tree/main/examples/simple>`_ in the GitHub jupyter_server repository.
1414

1515

1616
Authoring a basic server extension

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Welcome!
33

44
You've landed on the documentation pages for the **Jupyter Server** Project. Some other pages you may have been looking for:
55

6-
* `Jupyter Server Github Repo <https://github.com/jupyter/jupyter_server>`_, the source code we describe in this code.
6+
* `Jupyter Server Github Repo <https://github.com/jupyter-server/jupyter_server>`_, the source code we describe in this code.
77
* `Jupyter Notebook Github Repo <https://github.com/jupyter/notebook>`_ , the source code for the classic Notebook.
88
* `JupyterLab Github Repo <https://github.com/jupyterlab/jupyterlab>`_, the JupyterLab server which runs on the Jupyter Server.
99

@@ -60,7 +60,7 @@ The Jupyter Server is a highly technical piece of the Jupyter Stack, so we've se
6060
3. :ref:`Developers <developers>`: people writing Jupyter Server extensions and web applications.
6161
4. :ref:`Contributors <contributors>`: people contributing directly to the Jupyter Server library.
6262

63-
If you finds gaps in our documentation, please open an issue (or better, a pull request) on the Jupyter Server `Github repo <https://github.com/jupyter/jupyter_server>`_.
63+
If you finds gaps in our documentation, please open an issue (or better, a pull request) on the Jupyter Server `Github repo <https://github.com/jupyter-server/jupyter_server>`_.
6464

6565

6666
Table of Contents

docs/source/other/links.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ List of helpful links
22
=====================
33

44
* :ref:`Frequently Asked Questions <faq>`
5-
* `Jupyter Server Github Repo <https://github.com/jupyter/jupyter_server>`_
5+
* `Jupyter Server Github Repo <https://github.com/jupyter-server/jupyter_server>`_
66
* `JupyterLab Github Repo <https://github.com/jupyterlab/jupyterlab>`_
77
* `Jupyter Notebook Github Repo <https://github.com/jupyter/notebook>`_
88
* `Jupyterhub Github Repo <https://github.com/jupyterhub/jupyterhub>`_

docs/source/users/help.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Getting Help
44
============
55

6-
If you run into any issues or bugs, please open an `issue on Github <https://github.com/jupyter/jupyter_server/issues>`_.
6+
If you run into any issues or bugs, please open an `issue on Github <https://github.com/jupyter-server/jupyter_server/issues>`_.
77

88
We'd also love to have you come by our :ref:`Team Meetings <contributors-team-meetings-roadmap-calendar>`.

0 commit comments

Comments
 (0)