Skip to content

Commit

Permalink
docs(sphinx): redoc open api definition links
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed May 22, 2020
1 parent a435564 commit ec85576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_static/redoc-operator.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</head>

<body>
<redoc spec-url="operator-openapi.json"></redoc>
<redoc spec-url="schemas/operator-openapi.json"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/redoc-recipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</head>

<body>
<redoc spec-url="recipe-openapi.json"></redoc>
<redoc spec-url="schemas/recipe-openapi.json"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/redoc-workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</head>

<body>
<redoc spec-url="workflow-openapi.json"></redoc>
<redoc spec-url="schemas/workflow-openapi.json"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>

Expand Down

0 comments on commit ec85576

Please sign in to comment.