Skip to content

Commit 94f7db3

Browse files
authored
fixing doc links so ci passes (#6850)
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent a268c70 commit 94f7db3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

website/content/en/docs/best-practices/observability-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Your operator metrics `help` message should include the following details:
7878
- What does the output mean?
7979
- What important labels does the metric use? (Optional. If applicable).
8080

81-
The `Help` message can be used to create auto-generated documentation, like it's done in [KubeVirt](https://github.com/kubevirt/kubevirt/blob/main/docs/metrics.md) and generated by the [KubeVirt metrics doc generator](https://github.com/kubevirt/kubevirt/blob/main/tools/doc-generator/doc-generator.go).
81+
The `Help` message can be used to create auto-generated documentation, like it's done in [KubeVirt](https://github.com/kubevirt/kubevirt/blob/main/docs/observability/metrics.md) and generated by the [KubeVirt metrics doc generator](https://github.com/kubevirt/kubevirt/blob/main/tools/doc-generator/doc-generator.go).
8282

8383
We recommend to auto-generated metrics documentation and save it in your operator repository, to a location like `/docs/monitoring/`, so that the users can find the information about your operator metrics easily.
8484

website/content/en/docs/building-operators/golang/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ Next, check out the following:
519519
[controller_tools]: https://sigs.k8s.io/controller-tools
520520
[crd-markers]: https://book.kubebuilder.io/reference/markers/crd-validation.html
521521
[create_a_webhook]: /docs/building-operators/golang/webhook
522-
[deploy-image-plugin-doc]: https://master.book.kubebuilder.io/plugins/deploy-image-plugin-v1-alpha.html
522+
[deploy-image-plugin-doc]: https://book.kubebuilder.io/plugins/available/deploy-image-plugin-v1-alpha
523523
[doc-bundle]:https://github.com/operator-framework/operator-registry/blob/v1.16.1/docs/design/operator-bundle.md#operator-bundle
524524
[doc-olm]:/docs/olm-integration/tutorial-bundle/#enabling-olm
525525
[doc-validation-schema]: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#specifying-a-structural-schema

website/content/en/docs/contribution-guidelines/plugins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The specific files for each language are scaffolded for the language's plugins.
1818
operator-sdk init --plugins=kustomize
1919
```
2020

21-
Also, see the topic [Language-based Plugins][kb-language-plugins] to understand how it works.
21+
Also, see the topic [External Plugins][kb-language-plugins] to understand how it works.
2222

2323
### Common scaffolds
2424

@@ -63,7 +63,7 @@ If you are looking to develop similar solutions to allow users for example to cr
6363

6464
[kb-plugins-doc]: https://master.book.kubebuilder.io/plugins/plugins.html
6565
[kb-int-sdk]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/designs/integrating-kubebuilder-and-osdk.md
66-
[kb-language-plugins]:https://master.book.kubebuilder.io/plugins/creating-plugins.html#language-based-plugins
66+
[kb-language-plugins]: https://book.kubebuilder.io/plugins/extending/external-plugins
6767
[kustomize]: https://github.com/kubernetes-sigs/kustomize
6868
[bundle]: https://github.com/operator-framework/operator-registry/blob/v1.16.1/docs/design/operator-bundle.md#operator-bundle
6969
[kb-project]: https://master.book.kubebuilder.io/reference/project-config.html
@@ -75,6 +75,6 @@ If you are looking to develop similar solutions to allow users for example to cr
7575
[kubebuilder-declarative-pattern-example]: https://github.com/kubernetes-sigs/kubebuilder/blob/v3.13.0/testdata/project-v3/controllers/firstmate_controller.go
7676
[default-scaffold]: https://github.com/kubernetes-sigs/kubebuilder/blob/v3.13.0/testdata/project-v3/controllers/admiral_controller.go
7777
[kb-issue]: https://github.com/kubernetes-sigs/kubebuilder/issues/1378
78-
[create-your-own-plugins]: https://master.book.kubebuilder.io/plugins/creating-plugins.html
78+
[create-your-own-plugins]: https://book.kubebuilder.io/plugins/extending
7979
[scorecard]: /docs/testing-operators/scorecard/
8080
[kubebuilder]: https://github.com/kubernetes-sigs/kubebuilder

website/content/en/docs/overview/operator-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,6 @@ The highest capability level aims to significantly reduce/eliminate any remainin
230230
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime
231231
[metrics]: https://book.kubebuilder.io/reference/metrics.html
232232
[metric-reference]: https://book.kubebuilder.io/reference/metrics-reference.html
233-
[grafana-plugin-docs]: https://book.kubebuilder.io/plugins/grafana-v1-alpha.html
233+
[grafana-plugin-docs]: https://book.kubebuilder.io/plugins/available/grafana-v1-alpha
234234
[k8s-api-events]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#events
235235
[k8s-api-status]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

website/content/en/docs/upgrading-sdk-version/v1.33.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ _See [#6613](https://github.com/operator-framework/operator-sdk/pull/6613) for m
2121
## (kustomize/v2-alpha) Move kustomize/v2 plugin from alpha to stable
2222

2323
For more information on the kustomize/v2 plugin, please refer to the documentation at
24-
https://book.kubebuilder.io/plugins/kustomize-v2
24+
https://book.kubebuilder.io/plugins/available/kustomize-v2
2525

2626
_See [#6613](https://github.com/operator-framework/operator-sdk/pull/6613) for more details._

0 commit comments

Comments
 (0)