Skip to content

Commit af18b7f

Browse files
committed
Fix link for component-config-tutorial
1 parent 958ac27 commit af18b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/component-config-tutorial/api-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This tutorial will show you how to create a custom configuration file for your
44
project by modifying a project generated with the `--component-config` flag
55
passed to the `init` command. The full tutorial's source can be found
6-
[here][tutorial-source]. Make sure you've gone through the [installation
6+
[here](https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/component-config-tutorial/testdata/project). Make sure you've gone through the [installation
77
steps](/quick-start.md#installation) before continuing.
88

99
## New project:

docs/book/src/component-config-tutorial/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type so that you can extend this capability.
2020

2121
Note that most of this tutorial is generated from literate Go files that
2222
form a runnable project, and live in the book source directory:
23-
[docs/book/src/componentconfig-tutorial/testdata/project][tutorial-source].
23+
[docs/book/src/component-config-tutorial/testdata/project][tutorial-source].
2424

2525
[tutorial-source]: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/component-config-tutorial/testdata/project
2626

0 commit comments

Comments
 (0)