diff options
author | Daniel Helfand <helfand.4@gmail.com> | 2020-12-06 10:52:48 -0600 |
---|---|---|
committer | Daniel Helfand <helfand.4@gmail.com> | 2020-12-06 21:38:10 -0600 |
commit | 7adc26041783c54eec5f46a7264f903a58b5c623 (patch) | |
tree | 635e3d1039d19e33dca74ec6c6b6bb52528a64ad | |
parent | 0c2a43b99db8a4fd75412a277da6de2731017d3e (diff) | |
download | podman-7adc26041783c54eec5f46a7264f903a58b5c623.tar.gz podman-7adc26041783c54eec5f46a7264f903a58b5c623.tar.bz2 podman-7adc26041783c54eec5f46a7264f903a58b5c623.zip |
update website link for install instructions
Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
-rw-r--r-- | install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.md b/install.md index 2ef6eae2c..d09abec3a 100644 --- a/install.md +++ b/install.md @@ -1,5 +1,5 @@ # libpod Installation Instructions -The installation instructions for Podman and libpod now reside **[here](https://podman.io/getting-started/installation)** in the **[podman.io](https://podman.io)** site. From the homepage, the installation instructions can be found under "Get Started->Installing Podman". +The installation instructions for Podman and libpod now reside **[here](https://podman.io/getting-started/installation)** on the **[podman.io](https://podman.io)** site. -The podman.io site resides in a GitHub under the Containers repository at [https://github.com/containers/podman.io](https://github.com/containers/podman.io). If you see a change that needs to happen to the installation instructions, please feel free to open a pull request there, we're always happy to have new contributors! +The podman.io site resides in a GitHub repository under the containers organization at [https://github.com/containers/podman.io](https://github.com/containers/podman.io). If you see a change that needs to happen to the installation instructions, please feel free to open a pull request there. We're always happy to have new contributors! |