Skip to content

Commit ee78e9e

Browse files
committed
docs: fix mdbook-linkcheck errors/warnings
Signed-off-by: John Eckersberg <[email protected]>
1 parent 4f2a30c commit ee78e9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-md/bootc-install-config.md)
34+
- [`man bootc-install-config`](man/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/building/users-and-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ or `DynamicUser=yes`.
144144

145145
### Machine-local state for users
146146

147-
At this point, it is important to understand the [filesystem](filesystem.md)
147+
At this point, it is important to understand the [filesystem](../filesystem.md)
148148
layout - the default is up to the base image.
149149

150150
The default Linux concept of a user has data stored in both `/etc` (`/etc/passwd`, `/etc/shadow` and groups)

docs/src/relationship-particles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ and apply that to the base operating system too.
149149
There is a very strong security rationale behind much of the design proposal
150150
of "particles" and DDIs. It is absolutely true today, quoting the blog:
151151

152-
> That said, I think [OCI has] relatively weak properties, in particular when it comes to security, since immutability/measurements and similar are not provided. This means, unlike for system extensions and portable services a complete trust chain with attestation and per-app cryptographically protected data is much harder to implement sanely.
152+
> That said, I think \[OCI has\] relatively weak properties, in particular when it comes to security, since immutability/measurements and similar are not provided. This means, unlike for system extensions and portable services a complete trust chain with attestation and per-app cryptographically protected data is much harder to implement sanely.
153153
154154
The [composefs project](https://github.com/containers/composefs/) aims to close
155155
this gap, and the bootc project will use it, and has an explicit goal

0 commit comments

Comments
 (0)