Skip to content

Commit 32f8091

Browse files
committed
Update redoc bundle link to point to the latests
1 parent 15a0ddb commit 32f8091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/rest_api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</article>
5757

5858
<div id="redoc-container"></div>
59-
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
59+
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"></script>
6060
<script>
6161
const SPEC_URL = "../api.json";
6262
const REDOC_CONTAINER = document.getElementById('redoc-container');

0 commit comments

Comments
 (0)