housekeeping(docs): https path for unpkg link (#5769)
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
This commit is contained in:
committed by
kyle shockey
parent
cf50733b96
commit
2dc499cddc
@@ -88,7 +88,7 @@ For more information on controlling Swagger UI through the Docker image, see the
|
|||||||
You can embed Swagger UI's code directly in your HTML by using unpkg's interface:
|
You can embed Swagger UI's code directly in your HTML by using unpkg's interface:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
|
<script src="https://unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
|
||||||
<!-- `SwaggerUIBundle` is now available on the page -->
|
<!-- `SwaggerUIBundle` is now available on the page -->
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user