From 2e306fcfa23e66c858358991809afce9260027c7 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 8 Oct 2022 22:14:26 +0400 Subject: [PATCH] Fix z2jh docs links --- docs/using/running.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using/running.md b/docs/using/running.md index 1aeb6e01..b4fb913b 100644 --- a/docs/using/running.md +++ b/docs/using/running.md @@ -172,8 +172,8 @@ See the ## Using JupyterHub You can configure JupyterHub to launcher Docker containers from the Jupyter Docker Stacks images. -If you've been following the [Zero to JupyterHub with Kubernetes](https://zero-to-jupyterhub.readthedocs.io/en/latest/) guide, -see the [Use an existing Docker image](https://zero-to-jupyterhub.readthedocs.io/en/latest/jupyterhub/customizing/user-environment.html#choose-and-use-an-existing-docker-image) section for details. +If you've been following the [Zero to JupyterHub with Kubernetes](https://z2jh.jupyter.org/en/latest/) guide, +see the [Use an existing Docker image](https://z2jh.jupyter.org/en/latest/jupyterhub/customizing/user-environment.html#choose-and-use-an-existing-docker-image) section for details. If you have a custom JupyterHub deployment, see the [Picking or building a Docker image](https://jupyterhub-dockerspawner.readthedocs.io/en/latest/docker-image.html) instructions for the [dockerspawner](https://github.com/jupyterhub/dockerspawner) instead.