Skip to content

Commit a93d32b

Browse files
committed
docs: Fix links to man pages
Followup to bootc-dev#1587 Closes: bootc-dev#1616 Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 19e82be commit a93d32b

File tree

7 files changed

+20
-28
lines changed

7 files changed

+20
-28
lines changed

docs/src/SUMMARY.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,38 @@
2121
- [Accessing registries and offline updates](registries-and-offline.md)
2222
- [Logically bound images](logically-bound-images.md)
2323
- [Booting local builds](booting-local-builds.md)
24-
- [`man bootc`](man/bootc.md)
25-
- [`man bootc-status`](man/bootc-status.md)
26-
- [`man bootc-upgrade`](man/bootc-upgrade.md)
27-
- [`man bootc-switch`](man/bootc-switch.md)
28-
- [`man bootc-rollback`](man/bootc-rollback.md)
29-
- [`man bootc-usr-overlay`](man/bootc-usr-overlay.md)
30-
- [`man bootc-fetch-apply-updates.service`](man-md/bootc-fetch-apply-updates.service.md)
31-
- [`man bootc-status-updated.path`](man-md/bootc-status-updated.path.md)
32-
- [`man bootc-status-updated.target`](man-md/bootc-status-updated.target.md)
24+
- [`man bootc`](man/bootc.8.md)
25+
- [`man bootc-status`](man/bootc-status.8.md)
26+
- [`man bootc-upgrade`](man/bootc-upgrade.8.md)
27+
- [`man bootc-switch`](man/bootc-switch.8.md)
28+
- [`man bootc-rollback`](man/bootc-rollback.8.md)
29+
- [`man bootc-usr-overlay`](man/bootc-usr-overlay.8.md)
30+
- [`man bootc-fetch-apply-updates.service`](man/bootc-fetch-apply-updates.service.5.md)
31+
- [`man bootc-status-updated.path`](man/bootc-status-updated.path.5.md)
32+
- [`man bootc-status-updated.target`](man/bootc-status-updated.target.5.md)
3333
- [Controlling bootc via API](bootc-via-api.md)
3434

3535
# Using `bootc install`
3636

3737
- [Understanding `bootc install`](bootc-install.md)
38-
- [`man bootc-install`](man/bootc-install.md)
39-
- [`man bootc-install-config`](man-md/bootc-install-config.md)
40-
- [`man bootc-install-to-disk`](man/bootc-install-to-disk.md)
41-
- [`man bootc-install-to-filesystem`](man/bootc-install-to-filesystem.md)
42-
- [`man bootc-install-to-existing-root`](man/bootc-install-to-existing-root.md)
38+
- [`man bootc-install`](man/bootc-install.8.md)
39+
- [`man bootc-install-config`](man/bootc-install-config.5.md)
40+
- [`man bootc-install-to-disk`](man/bootc-install-to-disk.8.md)
41+
- [`man bootc-install-to-filesystem`](man/bootc-install-to-filesystem.8.md)
42+
- [`man bootc-install-to-existing-root`](man/bootc-install-to-existing-root.8.md)
4343

4444
# Bootc usage in containers
4545

4646
- [Read-only when in a default container](bootc-in-container.md)
47-
- [`man bootc-container-lint`](man/bootc-container-lint.md)
47+
- [`man bootc-container-lint`](man/bootc-container-lint.8.md)
4848

4949
# Architecture
5050

5151
- [Image layout](bootc-images.md)
5252
- [Filesystem](filesystem.md)
5353
- [Filesystem: sysroot](filesystem-sysroot.md)
5454
- [Container storage](filesystem-storage.md)
55-
- [Bootloader](bootloader.md)
55+
- [Bootloader](bootloaders.md)
5656

5757
# Experimental features
5858

docs/src/bootc-in-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are only two supported operations in a container environment today:
1212

1313
- `bootc status`: This can reliably be used to detect whether the system is
1414
actually booted via bootc or not.
15-
- `bootc container lint`: See [man/bootc-container-lint.md](man/bootc-container-lint.md).
15+
- `bootc container lint`: See [man/bootc-container-lint.8.md](man/bootc-container-lint.8.md).
1616

1717
### Testing bootc in a container
1818

docs/src/bootc-install.md

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

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

120120
## Installing an "unconfigured" image
121121

docs/src/man/bootc-fetch-apply-updates.service.5.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-fetch-apply-updates(5)
2-
31
# NAME
42

53
bootc-fetch-apply-updates.service

docs/src/man/bootc-install-config.5.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-install-config(5)
2-
31
# NAME
42

53
bootc-install-config.toml

docs/src/man/bootc-status-updated.path.5.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-status-updated.path(8)
2-
31
# NAME
42

53
bootc-status-updated.path
@@ -16,7 +14,7 @@ update/upgrade/edit/switch/rollback operation.
1614

1715
# SEE ALSO
1816

19-
**bootc**(1), **bootc-status-updated.target**(8)
17+
**bootc**(1), **bootc-status-updated.target**(5)
2018

2119
# VERSION
2220

docs/src/man/bootc-status-updated.target.5.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-status-updated.target(8)
2-
31
# NAME
42

53
bootc-status-updated.target
@@ -20,7 +18,7 @@ WantedBy=bootc-status-updated.target
2018

2119
# SEE ALSO
2220

23-
**bootc**(1), **bootc-status-updated.path**(8)
21+
**bootc**(1), **bootc-status-updated.path**(5)
2422

2523
# VERSION
2624

0 commit comments

Comments
 (0)