diff options
Diffstat (limited to 'www/content/examples/tabs-javascript.md')
-rw-r--r-- | www/content/examples/tabs-javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/examples/tabs-javascript.md b/www/content/examples/tabs-javascript.md index 5b6536dc..b36fd85a 100644 --- a/www/content/examples/tabs-javascript.md +++ b/www/content/examples/tabs-javascript.md @@ -49,7 +49,7 @@ when the content is swapped into the DOM. <div id="tab-contents" role="tabpanel" hx-get="/tab1" hx-trigger="load"></div> -<script src="https://unpkg.com/hyperscript.org"></script> +<script src="https://cdn.jsdelivr.net/npm/hyperscript.org"></script> <script> onGet("/tab1", function() { return ` |