Skip to content

Commit bd6a18d

Browse files
fix quick start links
1 parent 6b37d47 commit bd6a18d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/book/src/quick-start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Quick Start guide will cover:
44

55
- [Creating a project](#create-a-project)
66
- [Creating an API](#create-an-api)
7-
- [Running locally](#test-it-out-locally)
7+
- [Running locally](#test-it-out)
88
- [Running in-cluster](#run-it-on-the-cluster)
99

1010
## Prerequisites
@@ -198,9 +198,9 @@ privileges or be logged in as admin. See [Prerequisites for using Kubernetes RBA
198198

199199
## Next Step
200200

201-
Now, follow up the CronJob tutorial[cronjob-tutorial] to better understand how it works by developing a demo example project.
201+
Now, follow up the [CronJob tutorial][cronjob-tutorial] to better understand how it works by developing a demo example project.
202202

203203
[pre-rbc-gke]:https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#iam-rolebinding-bootstrap
204-
[cronjob-tutorial]: ../src/cronjob-tutorial/cronjob-tutorial.md
204+
[cronjob-tutorial]: https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial.html
205205
[GOPATH-golang-docs]: https://golang.org/doc/code.html#GOPATH
206-
[how-to-write-go-code-golang-docs]: https://golang.org/doc/code.html
206+
[how-to-write-go-code-golang-docs]: https://golang.org/doc/code.html

0 commit comments

Comments
 (0)