Skip to content

Commit 595b933

Browse files
authored
Merge pull request #67 from BoatraceOpenAPI/feature/add-openapi-docs
fix: update index.html for Redoc
2 parents 20d310c + 6c13fab commit 595b933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Boatrace Open API for Programs</title>
6-
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
76
</head>
87
<body>
9-
<redoc spec-url="openapi.json"></redoc>
8+
<redoc spec-url="https://boatraceopenapi.github.io/programs/v2/openapi.json"></redoc>
9+
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)