Skip to content

Commit 43c717e

Browse files
authored
fix(docs): path to tilt screenshot
Signed-off-by: Jan Schoone <[email protected]>
1 parent ba359f3 commit 43c717e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Developing our operator is quite easy. First, you need to install some base requ
1212
## Developing with Tilt
1313

1414
<p align="center">
15-
<img alt="tilt" src="./docs/pics/tilt.png" width="800px" />
15+
<img alt="tilt" src="../pics/tilt.png" width="800px" />
1616
</p>
1717

1818
Operator development requires a lot of iteration, and the “build, tag, push, update deployment” workflow can be very tedious. Tilt makes this process much simpler by watching for updates and automatically building and deploying them. To build a kind cluster and to start Tilt, run:

0 commit comments

Comments
 (0)