diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-26 13:15:23 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-27 06:14:46 -0400 |
commit | 84694170402ff699065382ba2d2fb172c3b6c88f (patch) | |
tree | b7ff7565a879901bd2b888b80e2419898e1a6a17 /README.md | |
parent | 94c37d7d470871f9d63b32c97094f5faab1e8a08 (diff) | |
download | podman-84694170402ff699065382ba2d2fb172c3b6c88f.tar.gz podman-84694170402ff699065382ba2d2fb172c3b6c88f.tar.bz2 podman-84694170402ff699065382ba2d2fb172c3b6c88f.zip |
Globally replace http:// with https://
[NO TESTS NEEDED] Hopefully existing tests will find issues.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ Information on how to install Podman in your environment. **[OCI Hooks Support](pkg/hooks/README.md)** Information on how Podman configures [OCI Hooks][spec-hooks] to run when launching a container. -**[Podman API](http://docs.podman.io/en/latest/_static/api.html)** +**[Podman API](https://docs.podman.io/en/latest/_static/api.html)** Documentation on the Podman REST API. **[Podman Commands](https://podman.readthedocs.io/en/latest/Commands.html)** |