We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498b501 commit 0038e5fCopy full SHA for 0038e5f
docs/book/src/quick-start.md
@@ -34,7 +34,7 @@ os=$(go env GOOS)
34
arch=$(go env GOARCH)
35
36
# download kustomize to the kubebuilder assets folder
37
-curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/dl/latest/${os}/${arch}
+curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/kustomize/${os}/${arch}
38
```
39
40
## Create a Project
0 commit comments