Skip to content

Commit

Permalink
Fix broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored and betatim committed Nov 19, 2019
1 parent c80b26c commit 449bf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -196,7 +196,7 @@
# -- Custom scripts -------------------------------------------

# Grab the latest version of the k8s and helm install instructions.
helm_instructions = "https://raw.githubusercontent.com/jupyterhub/zero-to-jupyterhub-k8s/master/doc/source/setup-helm.rst"
helm_instructions = "https://raw.githubusercontent.com/jupyterhub/zero-to-jupyterhub-k8s/master/doc/source/setup-jupyterhub/setup-helm.rst"

resp = requests.get(helm_instructions)
with open('./helm.txt', 'w') as ff:
Expand Down

0 comments on commit 449bf67

Please sign in to comment.