From a8e43198a9987bccd0159f6af9b2b0561895bb33 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Mon, 6 Nov 2023 14:42:40 +0530 Subject: [PATCH] Fix capitalization Co-authored-by: Ayaz Salikhov --- .github/workflows/release.yml | 2 +- docs/source/faq/troubleshooting.md | 4 ++-- onbuild/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cabe7e595a..07f1d1c009 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: - name: Setup push rights to Docker Hub # This was setup by... # 1. Creating a [Robot Account](https://quay.io/organization/jupyterhub?tab=robots) in the JupyterHub - # . quay.io org + # . Quay.io org # 2. Giving it enough permissions to push to the jupyterhub and singleuser images # 3. Putting the robot account's username and password in GitHub actions environment if: env.REGISTRY != 'localhost:5000/' diff --git a/docs/source/faq/troubleshooting.md b/docs/source/faq/troubleshooting.md index 1446d841ea..fecd925f27 100644 --- a/docs/source/faq/troubleshooting.md +++ b/docs/source/faq/troubleshooting.md @@ -347,12 +347,12 @@ In order to resolve this issue, there are two potential options. ### Where do I find Docker images and Dockerfiles related to JupyterHub? -Docker images can be found at the [JupyterHub organization on quay.io](https://quay.io/organization/jupyterhub). +Docker images can be found at the [JupyterHub organization on Quay.io](https://quay.io/organization/jupyterhub). The Docker image [jupyterhub/singleuser](https://quay.io/repository/jupyterhub/singleuser) provides an example single-user notebook server for use with DockerSpawner. Additional single-user notebook server images can be found at the [Jupyter -organization on quay.io](https://quay.io/organization/jupyter) and information +organization on Quay.io](https://quay.io/organization/jupyter) and information about each image at the [jupyter/docker-stacks repo](https://github.com/jupyter/docker-stacks). ### How can I view the logs for JupyterHub or the user's Notebook servers when using the DockerSpawner? diff --git a/onbuild/README.md b/onbuild/README.md index 8edc1c2c80..3d449fee8d 100644 --- a/onbuild/README.md +++ b/onbuild/README.md @@ -9,7 +9,7 @@ then your `jupyterhub_config.py` adjacent to your Dockerfile will be loaded into > [!NOTE] > Inherit from a tag that corresponds to the version of JupyterHub you want to use. -> See our [quay.io page](https://quay.io/repository/jupyterhub/jupyterhub?tab=tags) for the list of +> See our [Quay.io page](https://quay.io/repository/jupyterhub/jupyterhub?tab=tags) for the list of > available tags. > [!WARNING]