Skip to content

Commit f5a7ee0

Browse files
authored
Merge pull request #714 from DirectXMan12/go-links/kustomize
Fix kustomize go link in quickstart
2 parents 498b501 + 0038e5f commit f5a7ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ os=$(go env GOOS)
3434
arch=$(go env GOARCH)
3535

3636
# download kustomize to the kubebuilder assets folder
37-
curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/dl/latest/${os}/${arch}
37+
curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/kustomize/${os}/${arch}
3838
```
3939

4040
## Create a Project

0 commit comments

Comments
 (0)