Skip to content

Commit

Permalink
Merge pull request #3122 from manics/helm-repo-url
Browse files Browse the repository at this point in the history
Helm chart url has changed
  • Loading branch information
consideRatio committed May 23, 2023
2 parents 750876e + e533da7 commit 4bcda7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/jupyterhub/installation.md
Expand Up @@ -44,11 +44,11 @@ can try with `nano config.yaml`.

## Install JupyterHub

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
JupyterHub chart from it without having to use a long URL name.

```
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
helm repo update
```

Expand Down

0 comments on commit 4bcda7a

Please sign in to comment.