We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 498b501 + 0038e5f commit f5a7ee0Copy full SHA for f5a7ee0
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