Skip to content

Commit 3e1c9c1

Browse files
buhodevguettli
andauthored
🌱 use absolute urls for file paths other than markdown files in the docs (#1740)
🌱 use absolute urls for file paths other than markdown Co-authored-by: Thomas Güttler <[email protected]>
1 parent b3225e9 commit 3e1c9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/caph/04-developers/01-development-guide.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more information, please see the [Hetzner project preparation](/docs/caph/01
3333
## Tilt vs pushing development container
3434

3535
You can use [Tilt](https://tilt.dev/) or a script like
36-
[update-operator-dev-deployment.sh](/hack/update-operator-dev-deployment.sh) to install your changed
36+
[update-operator-dev-deployment.sh](https://github.com/syself/cluster-api-provider-hetzner/blob/main/hack/update-operator-dev-deployment.sh) to install your changed
3737
code in the management cluster.
3838

3939
We do not update the Tilt configuration regularly. The script may be an easier solution.

‎docs/caph/04-developers/02-tilt.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Full list of available Tilt configuration values and their descript
66
---
77

88
We do not update the Tilt configuration regularly. The script
9-
([update-operator-dev-deployment.sh](/hack/update-operator-dev-deployment.sh)) may be an easier
9+
([update-operator-dev-deployment.sh](https://github.com/syself/cluster-api-provider-hetzner/blob/main/hack/update-operator-dev-deployment.sh)) may be an easier
1010
solution.
1111

1212
```json

0 commit comments

Comments
 (0)