"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
This commit is contained in:
Spencer Brown 2024-10-25 01:54:28 -05:00 committed by GitHub
parent ff6964b6a5
commit 2617bbded6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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 `<script>` tag: and include it where necessary with a `<script>` tag:
```html ```html