Skip to content

Commit

Permalink
docs: 3.5 Swagger UI should reference 3.5 OpenAPI spec -- 3.5 specific (
Browse files Browse the repository at this point in the history
#13824)

Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
Anton Gilgur authored Oct 31, 2024
1 parent 8fe8de2 commit ac40195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
window.onload = function loadSwaggerUI() {
window.ui = SwaggerUIBundle({
url: "https://raw.githubusercontent.com/argoproj/argo-workflows/main/api/openapi-spec/swagger.json",
url: "https://raw.githubusercontent.com/argoproj/argo-workflows/release-3.5/api/openapi-spec/swagger.json",
dom_id: "#swagger-ui",
});
};
Expand Down

0 comments on commit ac40195

Please sign in to comment.