Skip to content

Commit

Permalink
docs: s/jupter/jupyter-server/g
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Apr 5, 2024
1 parent 0ba5de8 commit eddb0f5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
author = "The Jupyter Team"

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

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributors/team-meetings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Also check out Jupyter Server's roadmap where we track future plans for Jupyter

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

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

Jupyter Calendar
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/developers/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For examples of jupyter server extensions, see the
:ref:`homepage <examples of jupyter server extensions>`.

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


Authoring a basic server extension
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Welcome!

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

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

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

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>`_.
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>`_.


Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion docs/source/other/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ List of helpful links
=====================

* :ref:`Frequently Asked Questions <faq>`
* `Jupyter Server Github Repo <https://github.com/jupyter/jupyter_server>`_
* `Jupyter Server Github Repo <https://github.com/jupyter-server/jupyter_server>`_
* `JupyterLab Github Repo <https://github.com/jupyterlab/jupyterlab>`_
* `Jupyter Notebook Github Repo <https://github.com/jupyter/notebook>`_
* `Jupyterhub Github Repo <https://github.com/jupyterhub/jupyterhub>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/source/users/help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Getting Help
============

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

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

0 comments on commit eddb0f5

Please sign in to comment.