diff options
author | Ajani Bilby <me@ajanibilby.com> | 2025-04-21 17:11:55 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 09:11:55 +0200 |
commit | 86893ebf4cb0f38484a522044f9a07cdd79398fa (patch) | |
tree | dac2eb93d790003e25f06d6c0c35ce56bdf3919a | |
parent | 4d16626cf478b17984121e5c67ec291ee19e9641 (diff) | |
download | htmx-86893ebf4cb0f38484a522044f9a07cdd79398fa.tar.gz htmx-86893ebf4cb0f38484a522044f9a07cdd79398fa.zip |
Docs: Update Link (#3281)
use a permalink
-rw-r--r-- | www/content/extensions/_index.md | 2 |
1 files changed, 1 insertions, 1 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> |