From eddb0f5c27cc37e342f5cca11d2d50d7ec6baac4 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Fri, 5 Apr 2024 10:50:52 +0100 Subject: [PATCH] docs: s/jupter/jupyter-server/g --- docs/source/conf.py | 2 +- docs/source/contributors/team-meetings.rst | 2 +- docs/source/developers/extensions.rst | 2 +- docs/source/index.rst | 4 ++-- docs/source/other/links.rst | 2 +- docs/source/users/help.rst | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7f59cb956b..7da4ade09a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/docs/source/contributors/team-meetings.rst b/docs/source/contributors/team-meetings.rst index 75d69d232c..05ba92732f 100644 --- a/docs/source/contributors/team-meetings.rst +++ b/docs/source/contributors/team-meetings.rst @@ -23,7 +23,7 @@ Also check out Jupyter Server's roadmap where we track future plans for Jupyter `Jupyter Server 2.0 Discussion `_ -`Archived roadmap `_ +`Archived roadmap `_ Jupyter Calendar ---------------- diff --git a/docs/source/developers/extensions.rst b/docs/source/developers/extensions.rst index f99c3a68a1..be454b26e6 100644 --- a/docs/source/developers/extensions.rst +++ b/docs/source/developers/extensions.rst @@ -10,7 +10,7 @@ For examples of jupyter server extensions, see the :ref:`homepage `. To get started writing your own extension, see the simple examples in the `examples folder -`_ in the GitHub jupyter_server repository. +`_ in the GitHub jupyter_server repository. Authoring a basic server extension diff --git a/docs/source/index.rst b/docs/source/index.rst index 1ae52b1f45..a80a7195e7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 `_, the source code we describe in this code. +* `Jupyter Server Github Repo `_, the source code we describe in this code. * `Jupyter Notebook Github Repo `_ , the source code for the classic Notebook. * `JupyterLab Github Repo `_, the JupyterLab server which runs on the Jupyter Server. @@ -56,7 +56,7 @@ The Jupyter Server is a highly technical piece of the Jupyter Stack, so we've se 3. :ref:`Developers `: people writing Jupyter Server extensions and web applications. 4. :ref:`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 `_. +If you finds gaps in our documentation, please open an issue (or better, a pull request) on the Jupyter Server `Github repo `_. Table of Contents diff --git a/docs/source/other/links.rst b/docs/source/other/links.rst index 935ddc53cb..da951129a0 100644 --- a/docs/source/other/links.rst +++ b/docs/source/other/links.rst @@ -2,7 +2,7 @@ List of helpful links ===================== * :ref:`Frequently Asked Questions ` -* `Jupyter Server Github Repo `_ +* `Jupyter Server Github Repo `_ * `JupyterLab Github Repo `_ * `Jupyter Notebook Github Repo `_ * `Jupyterhub Github Repo `_ diff --git a/docs/source/users/help.rst b/docs/source/users/help.rst index b290e1bb07..3f97e84f40 100644 --- a/docs/source/users/help.rst +++ b/docs/source/users/help.rst @@ -3,6 +3,6 @@ Getting Help ============ -If you run into any issues or bugs, please open an `issue on Github `_. +If you run into any issues or bugs, please open an `issue on Github `_. We'd also love to have you come by our :ref:`Team Meetings `.