Skip to content

Commit 09aa21e

Browse files
authored
Merge pull request #247 from SovereignCloudStack/jschoone-patch-1
📖 fix(docs): path to tilt screenshot
2 parents ba359f3 + 43c717e commit 09aa21e

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)