Skip to content

Commit 5ebc047

Browse files
author
doublebyte1
committed
- replaced broken redoc link by working link
1 parent 6a35ff0 commit 5ebc047

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)