diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-26 20:00:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 20:00:49 +0100 |
commit | dc2f4c63ef28d511106a926f16ed2b691aeac338 (patch) | |
tree | 1ab7291b330a714880e0793f9309e5d717a1b587 | |
parent | 44bd96330970a538f170f786672a7d6c6ebe866c (diff) | |
parent | 9a8576fca9337109f27cea8c9b427cff609f7671 (diff) | |
download | podman-dc2f4c63ef28d511106a926f16ed2b691aeac338.tar.gz podman-dc2f4c63ef28d511106a926f16ed2b691aeac338.tar.bz2 podman-dc2f4c63ef28d511106a926f16ed2b691aeac338.zip |
Merge pull request #9112 from baude/v3.0correctpath
[CI:DOCS]Correct static API html path
-rw-r--r-- | docs/source/Reference.rst | 2 | ||||
-rw-r--r-- | docs/source/_static/api-static.html (renamed from docs/source/api-static.html) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/Reference.rst b/docs/source/Reference.rst index 91ebc5ab1..260ad3d48 100644 --- a/docs/source/Reference.rst +++ b/docs/source/Reference.rst @@ -3,4 +3,4 @@ Reference ========= -The documentation for Podman's system service can be found at `RESTful API documentation <./api-static.html>`_ +The documentation for Podman's system service can be found at `RESTful API documentation <./_static/api-static.html>`_ diff --git a/docs/source/api-static.html b/docs/source/_static/api-static.html index 6a3ddcdd5..6a3ddcdd5 100644 --- a/docs/source/api-static.html +++ b/docs/source/_static/api-static.html |