Skip to content

Commit 4bcda7a

Browse files
authored
Merge pull request #3122 from manics/helm-repo-url
Helm chart url has changed
2 parents 750876e + e533da7 commit 4bcda7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/jupyterhub/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ can try with `nano config.yaml`.
4444

4545
## Install JupyterHub
4646

47-
1. Make Helm aware of the [JupyterHub Helm chart repository](https://jupyterhub.github.io/helm-chart/) so you can install the
47+
1. Make Helm aware of the [JupyterHub Helm chart repository](https://hub.jupyter.org/helm-chart/) so you can install the
4848
JupyterHub chart from it without having to use a long URL name.
4949

5050
```
51-
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
51+
helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
5252
helm repo update
5353
```
5454

0 commit comments

Comments
 (0)