Skip to content

Commit 01fcab7

Browse files
committed
fix: Tiltfile and docs links
1 parent 3bfe95a commit 01fcab7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Tiltfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ WORKDIR /
114114
COPY --from=tilt-helper /process.txt .
115115
COPY --from=tilt-helper /start.sh .
116116
COPY --from=tilt-helper /restart.sh .
117+
COPY --from=tilt-helper /process.txt .
117118
COPY --from=tilt-helper /go/bin/dlv .
118119
COPY manager .
119120
"""

docs/book/src/developers/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ It will setup the network, if you already setup the network you can skip this st
158158
```
159159

160160
By default, the Cluster API components deployed by Tilt have experimental features turned off.
161-
If you would like to enable these features, add `extra_args` as specified in [The Cluster API Book](https://cluster-api.sigs.k8s.io/developer/tilt.html#create-a-tilt-settingsjson-file).
161+
If you would like to enable these features, add `extra_args` as specified in [The Cluster API Book](https://cluster-api.sigs.k8s.io/developer/core/tilt.html?highlight=tilt#create-a-tilt-settings-file).
162162

163163
Once your kind management cluster is up and running, you can [deploy a workload cluster](#deploying-a-workload-cluster).
164164

0 commit comments

Comments
 (0)