Skip to content

Commit c166df5

Browse files
authored
Merge pull request #1015 from cgwalters/fix-docs-build
docs: Use absolute link for toplevel content
2 parents 712c4b5 + c6fe055 commit c166df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/bootc-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ which is used by the [Fedora base image](https://gitlab.com/fedora/bootc/base-im
3434

3535
## Standard image content
3636

37-
The bootc project provides a [baseimage](../../baseimage) reference
37+
The bootc project provides a [baseimage](https://github.com/containers/bootc/tree/main/baseimage) reference
3838
set of configuration files for base images. In particular at
3939
the current time the content defined by `base` must be used
4040
(or recreated). There is also suggested integration there with
@@ -149,6 +149,6 @@ References:
149149
It is strongly recommended to enable the ostree composefs
150150
backend (but not strictly required) for bootc.
151151

152-
A reference enablement file to do so is in the [baseimage/base](../../baseimage/base).
152+
A reference enablement file to do so is in the base image content referenced above.
153153

154154
More in [ostree-prepare-root](https://ostreedev.github.io/ostree/man/ostree-prepare-root.html).

0 commit comments

Comments
 (0)