Skip to content

Commit 46eaaf5

Browse files
doublebyte1doublebyte1
andauthored
- replaced broken redoc link by working link (#2163)
Co-authored-by: doublebyte1 <info@doublebyte.net>
1 parent 6a35ff0 commit 46eaaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/templates/openapi/redoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
</head>
1515
<body>
1616
<redoc spec-url='{{ data['openapi-document-path'] }}?f=json'></redoc>
17-
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
17+
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"> </script>
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)