We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762604f commit 02ef84fCopy full SHA for 02ef84f
www/content/QUIRKS.md
@@ -121,7 +121,7 @@ Here is a meta tag allowing all responses to swap:
121
## `GET` Requests on Non-Form Elements Do Not Include Form Values by Default
122
123
If a non-form element makes a non-`GET` request (e.g. a `PUT` request) via htmx, the values of the enclosing form
124
-of that element (if any) [will be included in the request](@/docs#parameters).
+of that element (if any) [will be included in the request](@/docs.md#parameters).
125
126
However, if the element issues a `GET`, the values of an enclosing form will
127
[not be included.](https://github.com/bigskysoftware/htmx/blob/fb78106dc6ef20d3dfa7e54aca20408c4e4336fc/src/htmx.js#L3525)
0 commit comments