We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750876e commit e533da7Copy full SHA for e533da7
docs/source/jupyterhub/installation.md
@@ -44,11 +44,11 @@ can try with `nano config.yaml`.
44
45
## Install JupyterHub
46
47
-1. Make Helm aware of the [JupyterHub Helm chart repository](https://jupyterhub.github.io/helm-chart/) so you can install the
+1. Make Helm aware of the [JupyterHub Helm chart repository](https://hub.jupyter.org/helm-chart/) so you can install the
48
JupyterHub chart from it without having to use a long URL name.
49
50
```
51
- helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
+ helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
52
helm repo update
53
54
0 commit comments