Skip to content

Commit 4954cc6

Browse files
committed
Resolve some of the links in basic-project
1 parent 3a14938 commit 4954cc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/book/src/cronjob-tutorial/basic-project.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ First up, basic infrastructure for building your project:
2828

2929
## Launch Configuration
3030

31-
We also get launch configuration under the
32-
[`config/`](https://sigs.k8s.io/kubebuilder.io/docs/book/cronjob-tutorial/testdata/project/config)
31+
We also get launch configurations under the
32+
[`config/`](testdata/project/config)
3333
directory. Right now, it just contains
3434
[Kustomize](https://sigs.k8s.io/kustomize) YAML definitions required to
3535
launch our controller on a cluster, but once we get started writing our
3636
controller, it'll also hold our CustomResourceDefinitions, RBAC
3737
configuration, and WebhookConfigurations.
3838

39-
[`config/default`](../TODO.md) contains a [Kustomize base](../TODO.md) for launching
39+
[`config/default`](testdata/project/config/default) contains a [Kustomize base](../TODO.md) for launching
4040
the controller in a standard configuration.
4141

4242
Each other directory contains a different piece of configuration,
4343
refactored out into its own base:
4444

45-
- [`config/manager`](../TODO.md): launch your controllers as pods in the
45+
- [`config/manager`](testdata/project/config/manager): launch your controllers as pods in the
4646
cluster
4747

48-
- [`config/rbac`](../TODO.md): permissions required to run your
48+
- [`config/rbac`](testdata/project/config/rbac): permissions required to run your
4949
controllers under their own service account
5050

5151
## The Entrypoint

0 commit comments

Comments
 (0)