Skip to content

Commit 93c6586

Browse files
[v1.8.x] docs: Fix link to the envtest documentation in the v1.0.0 migration guide (#5109)
This is an automated cherry-pick of #5100 Co-authored-by: timflannagan <[email protected]>
1 parent 030fc1a commit 93c6586

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/content/en/docs/faqs/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For further context about the relationship between Kubebuilder and Operator SDK,
2020
## Can I use the Kubebuilder docs?
2121

2222
Yes, you can use [https://book.kubebuilder.io/](https://book.kubebuilder.io/). Just keep in mind that when you see an instruction such as:
23-
`$ kubebuilder <command>` you will use `$ operator-sdk <command>`.
23+
`$ kubebuilder <command>` you will use `$ operator-sdk <command>`.
2424

2525
## Controller Runtime FAQ
2626

@@ -154,5 +154,5 @@ SHELL := /bin/bash
154154
[owner-references-permission-enforcement]: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#ownerreferencespermissionenforcement
155155
[rbac-markers]: https://book.kubebuilder.io/reference/markers/rbac.html
156156
[rbac]:https://kubernetes.io/docs/reference/access-authn-authz/rbac/
157-
[scorecard-doc]: https://sdk.operatorframework.io/docs/advanced-topics/scorecard/
157+
[scorecard-doc]: https://sdk.operatorframework.io/docs/testing-operators/scorecard/
158158
[project-doc]: /docs/overview/project-layout

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following subcommands were removed:
3131
| `operator-sdk migrate` | Removed support for hybrid operators, no migration | [#3385](https://github.com/operator-framework/operator-sdk/pull/3385)
3232
| `operator-sdk print-deps` | Removed, no migration | [#3385](https://github.com/operator-framework/operator-sdk/pull/3385)
3333
| `operator-sdk run local` | Use `make run` | [#3406](https://github.com/operator-framework/operator-sdk/pull/3406)
34-
| `operator-sdk test` | Use controller-runtime's [envtest]https://book.kubebuilder.io/reference/envtest.html) framework | [#3409](https://github.com/operator-framework/operator-sdk/pull/3409)
34+
| `operator-sdk test` | Use controller-runtime's [envtest](https://book.kubebuilder.io/reference/envtest.html) framework | [#3409](https://github.com/operator-framework/operator-sdk/pull/3409)
3535

3636
### Library changes
3737

0 commit comments

Comments
 (0)