Skip to content

Commit

Permalink
Merge pull request #3806 from semihbkgr/patch-2
Browse files Browse the repository at this point in the history
馃摉 Add missing basic-project-doc link
  • Loading branch information
k8s-ci-robot committed Mar 29, 2024
2 parents c3a1a12 + ca8ce2d commit ed86eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/book/src/migration/v3vsv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ This way is more complex, susceptible to errors, and success cannot be assured.
[go/v4-doc]: ./../plugins/go-v4-plugin.md
[migration-guide-gov3-to-gov4]: migration_guide_gov3_to_gov4.md
[manually-upgrade]: manually_migration_guide_gov3_to_gov4.md
[basic-project-doc]: ./../cronjob-tutorial/basic-project.md
[standard-go-project]: https://github.com/golang-standards/project-layout
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime
[controller-tools]: https://github.com/kubernetes-sigs/controller-tools
[kustomize-release]: https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0
[kb-releases]: https://github.com/kubernetes-sigs/kubebuilder/releases
[kb-releases]: https://github.com/kubernetes-sigs/kubebuilder/releases
3 changes: 2 additions & 1 deletion docs/book/src/reference/submodule-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ go get YOUR_GO_PATH/test-operator/api@v1.0.0

and then use it as explained in the guide.

[basic-project-doc]: ./../cronjob-tutorial/basic-project.md
[monorepo]: https://en.wikipedia.org/wiki/Monorepo
[replace-directives]: https://go.dev/ref/mod#go-mod-file-replace
[multi-module-repositories]: https://github.com/golang/go/wiki/Modules#faqs--multi-module-repositories
[multi-module-repositories]: https://github.com/golang/go/wiki/Modules#faqs--multi-module-repositories

0 comments on commit ed86eef

Please sign in to comment.