aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-26 11:24:26 -0400
committerGitHub <noreply@github.com>2020-06-26 11:24:26 -0400
commit9f8472afc98d117a18e930ad277b76e733ba085f (patch)
tree4d056b2b1723ca1c06dd1996fafb015d853cde1d /docs/source
parentf9cb0dff1adc364bed3b1ea8500665146104b519 (diff)
parent00b1c4b6b3d37a78a0f65bd6ca74111ab16832a5 (diff)
downloadpodman-9f8472afc98d117a18e930ad277b76e733ba085f.tar.gz
podman-9f8472afc98d117a18e930ad277b76e733ba085f.tar.bz2
podman-9f8472afc98d117a18e930ad277b76e733ba085f.zip
Merge pull request #6792 from baude/2.0swagger
[CI:DOCS]Add swagger.yaml to docs/
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/Reference.rst2
-rw-r--r--docs/source/_static/api.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/Reference.rst b/docs/source/Reference.rst
index d194c55a3..ebf1d3aa9 100644
--- a/docs/source/Reference.rst
+++ b/docs/source/Reference.rst
@@ -3,7 +3,7 @@
Reference
=========
-To see full screen version please visit: `API documentation <https://docs.podman.io/en/latest/_static/api.html>`_
+To see full screen version please visit: `API documentation <_static/api.html>`_
.. raw:: html
diff --git a/docs/source/_static/api.html b/docs/source/_static/api.html
index 8b9d66e0d..6fd336bdf 100644
--- a/docs/source/_static/api.html
+++ b/docs/source/_static/api.html
@@ -18,7 +18,7 @@
</style>
</head>
<body>
- <redoc spec-url='https://storage.googleapis.com/libpod-master-releases/swagger-latest-master.yaml'></redoc>
+ <redoc spec-url='https://github.com/containers/libpod/tree/v2.0/docs/swagger.yaml'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>