From 2617bbded6c396e2f346f0fee07a3c27d8a38e9e Mon Sep 17 00:00:00 2001 From: Spencer Brown <137719966+SpencerBrown-MongoDB@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:54:28 -0500 Subject: [PATCH] "Download a Copy" in the doc points to old release 2.0.2; this PR changes it to 2.0.3 as it should be (#2980) Fix "Download a copy" link to point to current 2.0.3 --- 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 a38bc4ab..db3a626b 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@2.0.2/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.3/dist/htmx.min.js) and add it to the appropriate directory in your project and include it where necessary with a `