From 324ec47f881f410f08212cb5246dfa0c0b15945b Mon Sep 17 00:00:00 2001 From: timflannagan Date: Thu, 29 Jul 2021 18:43:12 -0400 Subject: [PATCH 1/2] website/content: Fix link to the envtest documentation in the v1.0.0 migration guide Update the v1.0.0.md migration guide and ensure the link to the envtest documentation is correctly formatted. Signed-off-by: timflannagan --- website/content/en/docs/upgrading-sdk-version/v1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/docs/upgrading-sdk-version/v1.0.0.md b/website/content/en/docs/upgrading-sdk-version/v1.0.0.md index ad32facb21b..fecefa1315f 100644 --- a/website/content/en/docs/upgrading-sdk-version/v1.0.0.md +++ b/website/content/en/docs/upgrading-sdk-version/v1.0.0.md @@ -31,7 +31,7 @@ The following subcommands were removed: | `operator-sdk migrate` | Removed support for hybrid operators, no migration | [#3385](https://github.com/operator-framework/operator-sdk/pull/3385) | `operator-sdk print-deps` | Removed, no migration | [#3385](https://github.com/operator-framework/operator-sdk/pull/3385) | `operator-sdk run local` | Use `make run` | [#3406](https://github.com/operator-framework/operator-sdk/pull/3406) -| `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) +| `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) ### Library changes From 56f54b4736473b712b6845117cd74906b89f55e4 Mon Sep 17 00:00:00 2001 From: timflannagan Date: Thu, 29 Jul 2021 18:53:05 -0400 Subject: [PATCH 2/2] website/content: Fix broken scorecard link Signed-off-by: timflannagan --- website/content/en/docs/faqs/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/docs/faqs/_index.md b/website/content/en/docs/faqs/_index.md index 6f197a6dfc3..bfdc384cdac 100644 --- a/website/content/en/docs/faqs/_index.md +++ b/website/content/en/docs/faqs/_index.md @@ -20,7 +20,7 @@ For further context about the relationship between Kubebuilder and Operator SDK, ## Can I use the Kubebuilder docs? Yes, you can use [https://book.kubebuilder.io/](https://book.kubebuilder.io/). Just keep in mind that when you see an instruction such as: -`$ kubebuilder ` you will use `$ operator-sdk `. +`$ kubebuilder ` you will use `$ operator-sdk `. ## Controller Runtime FAQ @@ -154,5 +154,5 @@ SHELL := /bin/bash [owner-references-permission-enforcement]: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#ownerreferencespermissionenforcement [rbac-markers]: https://book.kubebuilder.io/reference/markers/rbac.html [rbac]:https://kubernetes.io/docs/reference/access-authn-authz/rbac/ -[scorecard-doc]: https://sdk.operatorframework.io/docs/advanced-topics/scorecard/ +[scorecard-doc]: https://sdk.operatorframework.io/docs/testing-operators/scorecard/ [project-doc]: /docs/overview/project-layout