Skip to content

Commit

Permalink
website/content: Fix broken scorecard link
Browse files Browse the repository at this point in the history
Signed-off-by: timflannagan <timflannagan@gmail.com>
  • Loading branch information
timflannagan committed Jul 29, 2021
1 parent 2361280 commit 2fc0ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/en/docs/faqs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>` you will use `$ operator-sdk <command>`.
`$ kubebuilder <command>` you will use `$ operator-sdk <command>`.

## Controller Runtime FAQ

Expand Down Expand Up @@ -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

0 comments on commit 2fc0ed7

Please sign in to comment.