diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 383aefa8e9..166c18f7ce 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -6,7 +6,7 @@ See [EVE Wiki](https://wiki.lfedge.org/display/EVE/Community) for governance gui ## List of maintainers (in alphabetical order) -* Avi Deitcher avi@deitcher.net -* Erik Nordmark erik@zededa.com -* Milan Lenco milan@zededa.com -* Roman Shaposhnik rvs@apache.org +* Avi Deitcher `avi@deitcher.net` +* Erik Nordmark `erik@zededa.com` +* Milan Lenco `milan@zededa.com` +* Roman Shaposhnik `rvs@apache.org` diff --git a/docs/BUILD.md b/docs/BUILD.md index ee9550d536..aad101840b 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -281,11 +281,11 @@ For an installable image, named `installer.img`, we create the following depende #### Installer: rootfs.img -`rootfs.img` is built identically to how it is for a live bootable image, see [rootfs.img](#rootfs.img) +`rootfs.img` is built identically to how it is for a live bootable image, see [rootfs.img](#rootfsimg) #### Installer: config.img -`config.img` is built identically to how it is for a live bootable image, see [config.img](#config.img) +`config.img` is built identically to how it is for a live bootable image, see [config.img](#configimg) #### Installer: rootfs_installer.img diff --git a/docs/EVE-IMAGE-REPRODUCIBILITY.md b/docs/EVE-IMAGE-REPRODUCIBILITY.md index c5a4520b08..7d19562f2c 100644 --- a/docs/EVE-IMAGE-REPRODUCIBILITY.md +++ b/docs/EVE-IMAGE-REPRODUCIBILITY.md @@ -92,7 +92,7 @@ contains a hash of the state of the source at generation time. The packages used as part of the EVE OS composition process are standard OCI container images. -As described above in [EVE OS Images][EVE OS Images], all of the packages used to compose a bootable EVE image +As described above in [EVE OS Images](#eve-os-images), all of the packages used to compose a bootable EVE image are configured in [rootfs.yml.in](../images/rootfs.yml.in). Those container images are from one of two sources: * `docker.io/linuxkit/*` whose sources are [https://github.com/linuxkit/linuxkit/tree/master/pkg/](https://github.com/linuxkit/linuxkit/tree/master/pkg/) diff --git a/docs/EVE-IMAGE-SOURCES.md b/docs/EVE-IMAGE-SOURCES.md index b731ce4d99..c358435a86 100644 --- a/docs/EVE-IMAGE-SOURCES.md +++ b/docs/EVE-IMAGE-SOURCES.md @@ -203,7 +203,7 @@ pe\":\"a\",\"major\":0,\"minor\":0}],\"net\":\"host\",\"pid\":\"host\",\"rootfsP The git commit for the above source is given in the label `"org.opencontainers.image.revision": "12a6fb8d29a6b47f998cd077dfb92213f0e6a55f"`, i.e. you can get the same commit via `git checkout 12a6fb8d29a6b47f998cd077dfb92213f0e6a55f`. -The above _should_ be the same as the git commit you checked out in the stage [Binary to source commit][Binary to source commit]. +The above _should_ be the same as the git commit you checked out in the stage [Binary to source commit](#binary-to-source-commit). Nonetheless, even if it is not, the git commit given by the label is the git commit that was used to build this particular container image. diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 63c18f8e7b..a34bc3d7f7 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -4,7 +4,7 @@ EVE community takes security seriously. If you discover a security issue, please bring it to our attention right away! -Please DO NOT file a public issue, instead send your report privately to eve-security@lists.lfedge.org. +Please DO NOT file a public issue, instead send your report privately to `eve-security@lists.lfedge.org`. ## Introduction