From 9bae00b69857f8ce3a7ab412f74adc97955c1f21 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 9 Aug 2024 17:07:00 +0100 Subject: [PATCH] Update installing download link to v2 (#2791) --- www/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/docs.md b/www/content/docs.md index ebbcc1c8..171c31f0 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -137,7 +137,7 @@ While the CDN approach is extremely simple, you may want to consider The next easiest way to install htmx is to simply copy it into your project. -Download `htmx.min.js` [from unpkg.com](https://unpkg.com/htmx.org/dist/htmx.min.js) and add it to the appropriate directory in your project +Download `htmx.min.js` [from unpkg.com](https://unpkg.com/htmx.org@2.0.1/dist/htmx.min.js) and add it to the appropriate directory in your project and include it where necessary with a `