diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-05-22 18:16:24 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-05-22 18:18:37 -0400 |
commit | 91511272d0002113d0df4bc3b81e78cab7d26680 (patch) | |
tree | 344fab24fdaa7c5d579fa35d39076838e00605a7 | |
parent | e1193c8703489b8aba5cc093a7339eff6d2559d8 (diff) | |
download | podman-91511272d0002113d0df4bc3b81e78cab7d26680.tar.gz podman-91511272d0002113d0df4bc3b81e78cab7d26680.tar.bz2 podman-91511272d0002113d0df4bc3b81e78cab7d26680.zip |
[CI:DOCS] Fix readthedocs link
Touch up the link to the docs on readthedocs. Using the fully
specified link like this will cause a CORS issue in many browsers.
Plus we're working on a Spanish variant of the site, so we probably
should point to the English variant.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
-rw-r--r-- | docs/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Readme.md b/docs/Readme.md index 4d10cfa56..987a5b8e4 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -1,7 +1,7 @@ # Podman Documentation The online man pages and other documents regarding Podman can be found at -[Read The Docs](https://podman.readthedocs.io/en/latest/index.html). The man pages +[Read The Docs](https://podman.readthedocs.io). The man pages can be found under the [Commands](https://podman.readthedocs.io/en/latest/Commands.html) link on that page. |