Skip to content

Commit 7f39f6f

Browse files
authored
🐛 fix relative url (#1557)
1 parent 35dc66e commit 7f39f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/caph/02-topics/03-node-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are several ways to get a Hcloud snapshot:
2828
* You use [Hashicorp Packer](https://github.com/hashicorp/packer)
2929
* A Bash script with some `curl` commands to the Hcloud API.
3030

31-
Then set `template.spec.imageName` in HCloudMachineTemplate to the name of your Hcloud snapshot. See [HCloudMachineTemplate Reference](../03-reference/03-hcloud-machine-template.md)
31+
Then set `template.spec.imageName` in HCloudMachineTemplate to the name of your Hcloud snapshot. See [HCloudMachineTemplate Reference](/docs/caph/03-reference/03-hcloud-machine-template.md)
3232

3333
Here is an example of a Packer json:
3434

0 commit comments

Comments
 (0)