Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix incorrect link for bootc-install-config #537

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

- [Understanding `bootc install`](bootc-install.md)
- [`man bootc-install.md`](man/bootc-install.md)
- [`man bootc-install-config`](man/bootc-install-config.md)
- [`man bootc-install-config`](man-md/bootc-install-config.md)
- [`man bootc-install-to-disk.md`](man/bootc-install-to-disk.md)
- [`man bootc-install-to-filesystem.md`](man/bootc-install-to-filesystem.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/bootc-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ taking precedence. If for example you are building a derived container image fr
you could create a `50-myos.toml` that sets `type = "btrfs"` which will override the
prior setting.

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

## Installing an "unconfigured" image

Expand Down
Loading