Skip to content

Commit 3ca5928

Browse files
committed
docs: Fix incorrect link for bootc-install-config
I incorrectly "fixed" this once alrady in: ee78e9e This effectively reverts that change to SUMMARY.md and performs the correct change in boot-install.md instead. Signed-off-by: John Eckersberg <[email protected]>
1 parent ec780bb commit 3ca5928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
- [Understanding `bootc install`](bootc-install.md)
3333
- [`man bootc-install.md`](man/bootc-install.md)
34-
- [`man bootc-install-config`](man/bootc-install-config.md)
34+
- [`man bootc-install-config`](man-md/bootc-install-config.md)
3535
- [`man bootc-install-to-disk.md`](man/bootc-install-to-disk.md)
3636
- [`man bootc-install-to-filesystem.md`](man/bootc-install-to-filesystem.md)
3737

docs/src/bootc-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ taking precedence. If for example you are building a derived container image fr
119119
you could create a `50-myos.toml` that sets `type = "btrfs"` which will override the
120120
prior setting.
121121

122-
For other available options, see [bootc-install-config](man/bootc-install-config.md).
122+
For other available options, see [bootc-install-config](man-md/bootc-install-config.md).
123123

124124
## Installing an "unconfigured" image
125125

0 commit comments

Comments
 (0)