Skip to content

Commit 1122723

Browse files
authored
Fix kube-functions URL
1 parent 282d72d commit 1122723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/deploy_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the K8S_HELM_REGISTRY reference with your account details::
2626
export K8S_HELM_REGISTRY=ghcr.io/<your account or organization goes here>
2727

2828
# get the helper functions
29-
wget -q https://raw.githubusercontent.com/epics-containers/k8s-epics-utils/main/epics-dev-image/home/bin/kube-functions.sh
29+
wget -q https://raw.githubusercontent.com/epics-containers/k8s-epics-utils/main/kube-functions.sh
3030
source kube-functions.sh
3131

3232
Deploy an IOC Version

0 commit comments

Comments
 (0)