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

Fix yetus' markdownlint errors #3797

Merged
merged 1 commit into from
Mar 6, 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
8 changes: 4 additions & 4 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
4 changes: 2 additions & 2 deletions docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/EVE-IMAGE-REPRODUCIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion docs/EVE-IMAGE-SOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading