diff options
author | Carson Gross <carson@bigsky.software> | 2025-06-02 11:51:28 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2025-06-02 11:51:28 -0600 |
commit | d1d0cd916b74b99001f020da24603cf04d1ea0d9 (patch) | |
tree | e57017afc757a53aeccbc8ee6e6223bd674297b9 /www/content/extensions | |
parent | dd1914d503ad4e29652bdc886c4fe5844c65dfa7 (diff) | |
parent | 11ff1940f0444c34c1b626b2369e90b36d0406a2 (diff) | |
download | htmx-master.tar.gz htmx-master.zip |
Diffstat (limited to 'www/content/extensions')
-rw-r--r-- | www/content/extensions/_index.md | 2 | ||||
-rw-r--r-- | www/content/extensions/sse.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/content/extensions/_index.md b/www/content/extensions/_index.md index ed3bd3ba..2b5ae63e 100644 --- a/www/content/extensions/_index.md +++ b/www/content/extensions/_index.md @@ -123,7 +123,7 @@ htmx extensions are split into two categories: <td>{% markdown() %} The `safe-nonce` extension can be used to improve the security of the application/web-site and help avoid XSS issues by allowing you to return known trusted inline scripts safely {% end %}</td> </tr> <tr> - <td>{% markdown() %} [hx-drag](https://github.com/AjaniBilby/htmx-drag-examples/blob/main/readme.md) {% end %}</td> + <td>{% markdown() %} [hx-drag](https://www.npmjs.com/package/hx-drag) {% end %}</td> <td>{% markdown() %} This extension allows htmx requests to be sent for drag drop {% end %}</td> </tr> <tr> diff --git a/www/content/extensions/sse.md b/www/content/extensions/sse.md index 12e36a3f..d9e469da 100644 --- a/www/content/extensions/sse.md +++ b/www/content/extensions/sse.md @@ -30,7 +30,7 @@ The fastest way to install `sse` is to load it via a CDN. Remember to always inc ```HTML <head> <script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script> - <script src="https://unpkg.com/htmx-ext-sse@2.2.2" integrity="sha384-Y4gc0CK6Kg+hmulDc6rZPJu0tqvk7EWlih0Oh+2OkAi1ZDlCbBDCQEE2uVk472Ky" crossorigin="anonymous"></script> + <script src="https://unpkg.com/htmx-ext-sse@2.2.3" integrity="sha384-Y4gc0CK6Kg+hmulDc6rZPJu0tqvk7EWlih0Oh+2OkAi1ZDlCbBDCQEE2uVk472Ky" crossorigin="anonymous"></script> </head> <body hx-ext="sse"> ``` |