Skip to content

Commit ae02d9d

Browse files
bors[bot]oblique
andauthored
Merge #477
477: Fix link text in README.md r=Dylan-DPC a=oblique On #472 PR I used `[Docker]` and `[Podman]` however I didn't notice that they were not defined. Co-authored-by: oblique <[email protected]>
2 parents 2af06e2 + db29ea5 commit ae02d9d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ This project is developed and maintained by the [Tools team][team].
4343
One of these container engines is required. If both are installed, `cross` will
4444
default to `docker`.
4545

46-
- [Docker](https://www.docker.com/). Note that on Linux non-sudo users need to be in the
47-
`docker` group. Read the official [post-installation steps][post]. Requires version
48-
1.24 or later.
46+
- [Docker]. Note that on Linux non-sudo users need to be in the `docker` group.
47+
Read the official [post-installation steps][post]. Requires version 1.24 or later.
4948

5049
[post]: https://docs.docker.com/install/linux/linux-postinstall/
5150

52-
- [Podman](https://podman.io). Requires version 1.6.3 or later.
51+
- [Podman]. Requires version 1.6.3 or later.
5352

5453
## Installation
5554

@@ -383,3 +382,5 @@ to intervene to uphold that code of conduct.
383382

384383
[CoC]: CODE_OF_CONDUCT.md
385384
[team]: https://github.com/rust-embedded/wg#the-tools-team
385+
[Docker]: https://www.docker.com
386+
[Podman]: https://podman.io

0 commit comments

Comments
 (0)