diff options
author | jtligon <jligon@redhat.com> | 2018-10-05 10:33:10 -0400 |
---|---|---|
committer | jtligon <jligon@redhat.com> | 2018-10-05 11:23:00 -0400 |
commit | 8887820e42b2bad910b0911fd412c986a21d4bcd (patch) | |
tree | 637e979fcad33a70ad4e38f45024686146288875 /README.md | |
parent | f5df6f4a61472ec627f83916fbed8f53e8eef9ba (diff) | |
download | podman-8887820e42b2bad910b0911fd412c986a21d4bcd.tar.gz podman-8887820e42b2bad910b0911fd412c986a21d4bcd.tar.bz2 podman-8887820e42b2bad910b0911fd412c986a21d4bcd.zip |
added links to buildah.io and podman.io to README.md
Signed-off-by: jtligon <jligon@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,8 @@ Information about contributing to this project. Buildah and Podman are two complementary Open-source projects that are available on most Linux platforms and both projects reside at [GitHub.com](https://github.com) -with Buildah [here](https://github.com/containers/buildah) and -Podman [here](https://github.com/containers/libpod). Both Buildah and Podman are +with [Buildah](https://buildah.io) [(GitHub)](https://github.com/containers/buildah) and +[Podman](https://podman.io) [(GitHub)](https://github.com/containers/libpod). Both Buildah and Podman are command line tools that work on OCI images and containers. The two projects differentiate in their specialization. |