From 86893ebf4cb0f38484a522044f9a07cdd79398fa Mon Sep 17 00:00:00 2001 From: Ajani Bilby Date: Mon, 21 Apr 2025 17:11:55 +1000 Subject: [PATCH] Docs: Update Link (#3281) use a permalink --- www/content/extensions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {% 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 %} - {% markdown() %} [hx-drag](https://github.com/AjaniBilby/htmx-drag-examples/blob/main/readme.md) {% end %} + {% markdown() %} [hx-drag](https://www.npmjs.com/package/hx-drag) {% end %} {% markdown() %} This extension allows htmx requests to be sent for drag drop {% end %}