htmx.org 2.0.7 → 4.0.0-alpha1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,7 +32,7 @@ By removing these arbitrary constraints htmx completes HTML as a
32
32
  ## quick start
33
33
 
34
34
  ```html
35
- <script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.7/dist/htmx.min.js"></script>
35
+ <script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.8/dist/htmx.min.js"></script>
36
36
  <!-- have a button POST a click via AJAX -->
37
37
  <button hx-post="/clicked" hx-swap="outerHTML">
38
38
  Click Me
@@ -61,7 +61,7 @@ Note there is an old broken package called `htmx`. This is `htmx.org`.
61
61
  * <https://htmx.org/docs>
62
62
 
63
63
  ## contributing
64
- Want to contribute? Check out our [contribution guidelines](CONTRIBUTING.md)
64
+ Want to contribute? Check out our [contribution guidelines](dev/CONTRIBUTING.md)
65
65
 
66
66
  No time? Then [become a sponsor](https://github.com/sponsors/bigskysoftware#sponsors)
67
67