diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-26 16:53:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 16:53:57 +0100 |
commit | 41dd1eb8a22f6ac70dd48b53993c9d6ce4476eb4 (patch) | |
tree | 554440fc58f7097bc8759b515a3445ed2cb98b2f /docs | |
parent | f13385e80e9b8d0a7a074db21731020ce423d46a (diff) | |
parent | 4e4d318b710a9787e404d5edb4f418884c1cf786 (diff) | |
download | podman-41dd1eb8a22f6ac70dd48b53993c9d6ce4476eb4.tar.gz podman-41dd1eb8a22f6ac70dd48b53993c9d6ce4476eb4.tar.bz2 podman-41dd1eb8a22f6ac70dd48b53993c9d6ce4476eb4.zip |
Merge pull request #9022 from cevich/swagger_upload
Cirrus: Upload swagger YAML in every context
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/_static/api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/_static/api.html b/docs/source/_static/api.html index 11fbb85a0..fbc945d87 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' sort-props-alphabetically></redoc> + <redoc spec-url='https://storage.googleapis.com/libpod-master-releases/swagger-latest.yaml' sort-props-alphabetically></redoc> <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script> </body> </html> |