Skip to content

Commit f2686ae

Browse files
authored
Merge pull request #1233 from draghuram/doc
fix typo/invalid link in the book
2 parents 858d1bf + fdba716 commit f2686ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ make deploy IMG=<some-registry>/<project-name>:tag
192192
<h1>RBAC errors</h1>
193193

194194
If you encounter RBAC errors, you may need to grant yourself cluster-admin
195-
privileges or be logged in as admin. See [Prerequisites for using Kubernetes RBAC on GKE cluster v1.11.x and older][pre-rbc-gke] which may can be your case.
195+
privileges or be logged in as admin. See [Prerequisites for using Kubernetes RBAC on GKE cluster v1.11.x and older][pre-rbc-gke] which may be your case.
196196

197197
</aside>
198198

docs/book/src/reference/writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Testing Kubernetes controller is a big subject, and the boilerplate testing
44
files generated for you by kubebuilder are fairly minimal.
55

6-
[Writing and Running Integration Tests](/reference/testing/integration.md) documents steps to consider when writing integration steps for your controllers, and available options for configuring your test control plane using [`envtest`](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/envtest).
6+
[Writing and Running Integration Tests](/reference/testing/envtest.md) documents steps to consider when writing integration steps for your controllers, and available options for configuring your test control plane using [`envtest`](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/envtest).
77

88
Until more documentation has been written, your best bet to get started is to look at some
99
existing examples, such as:

0 commit comments

Comments
 (0)