diff --git a/docs/gitops-install.md b/docs/gitops-install.md index 905ee9257..18597fd70 100644 --- a/docs/gitops-install.md +++ b/docs/gitops-install.md @@ -147,7 +147,7 @@ If you do not have ArgoCD deployed then you can use the following: ```bash kubectl kustomize --enable-helm \ - https://github.com/rackerlabs/understack//bootstrap/argocd/ \ + https://github.com/rackerlabs/understack/bootstrap/argocd/ \ | kubectl apply -f - ```