Skip to content

Commit

Permalink
📖 fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
oscr committed Sep 24, 2022
1 parent 91a1afa commit caddba5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/migration/manually_migration_guide_v2_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func (r *<MyKind>Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (c
<aside class="note warning">
<h1>Ginkgo V2 version update has breaking changes</h1>
Check [https://onsi.github.io/ginkgo/MIGRATING_TO_V2][Ginkgo V2 Migration] for breaking changes.
Check [Ginkgo V2 Migration Guide](https://onsi.github.io/ginkgo/MIGRATING_TO_V2) for breaking changes.
</aside>
Expand Down
3 changes: 1 addition & 2 deletions docs/book/src/plugins/declarative-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ The following scaffolds will be created or updated by this plugin:
* Watch the KubeCon 2018 Video [Managing Addons with Operators][kubecon-video]
* Check the [plugin implementation][plugin-implementation]

[dockerfile-addon]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/testdata/project-v3-addon/Dockerfile#L16-L19
[addon-channels-info]: https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern/blob/master/docs/addon/walkthrough/README.md#adding-a-manifest
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime
[kubebuilder-declarative-pattern]: https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern
[testdata]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/
[kubecon-video]: https://www.youtube.com/watch?v=LPejvfBR5_w
[plugin-implementation]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/pkg/plugins/golang/declarative
[addon-v3-controller]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/project-v3-addon
[addon-v3-controller]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/project-v3-addon-and-grafana
2 changes: 1 addition & 1 deletion docs/book/src/plugins/kustomize-v2-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The following scaffolds will be created or updated by this plugin:
[sdk]:https://github.com/operator-framework/operator-sdk
[testdata]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/testdata/
[bundle]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugin/bundle.go
[kustomize-create-api]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/common/kustomize/v2/scaffolds/api.go#L72-L84
[kustomize-create-api]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/common/kustomize/v2-alpha/scaffolds/api.go#L72-L84
[kustomize-docs]: https://kustomize.io/
[kustomize-github]: https://github.com/kubernetes-sigs/kustomize
[kustomize-replacements]: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/reference/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ end up labeled with ` kubernetes.io/os=linux`
A workload will be created to run the image [gcr.io/kubebuilder/kube-rbac-proxy:<tag>][proxy-images] which is
configured in the `config/default/manager_auth_proxy_patch.yaml` manifest. It is a side-car proxy whose purpose
is to protect the manager from malicious attacks. You can learn more about its motivations by looking at
the README of this project [github.com/brancz/kube-rbac-proxy][https://github.com/brancz/kube-rbac-proxy].
the README of this project [github.com/brancz/kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy).
Kubebuilder has been building this image with support for multiple architectures by default.( Check it [here][proxy-images] ).
If you need to address any edge case scenario where you want to produce a project that
Expand Down

0 comments on commit caddba5

Please sign in to comment.