Skip to content

Commit

Permalink
Fix: Migrate to jsdelivr
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Apr 12, 2024
1 parent afb0dff commit c7ddcb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi/v2023.11.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<script
type="module"
src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"
src="https://cdn.jsdelivr.net/gh/rapi-doc/[email protected]/dist/rapidoc.js"
></script>
<script>
// JavaScript to modify render-style based on screen width
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<script
type="module"
src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"
src="https://cdn.jsdelivr.net/gh/rapi-doc/[email protected]/dist/rapidoc.js"
></script>
<script>
// JavaScript to modify render-style based on screen width
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<script
type="module"
src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"
src="https://cdn.jsdelivr.net/gh/rapi-doc/[email protected]/dist/rapidoc.js"
></script>
<script>
// JavaScript to modify render-style based on screen width
Expand Down

0 comments on commit c7ddcb9

Please sign in to comment.