Skip to content

Commit 02ef84f

Browse files
committed
fix link
1 parent 762604f commit 02ef84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/QUIRKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Here is a meta tag allowing all responses to swap:
121121
## `GET` Requests on Non-Form Elements Do Not Include Form Values by Default
122122

123123
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).
124+
of that element (if any) [will be included in the request](@/docs.md#parameters).
125125

126126
However, if the element issues a `GET`, the values of an enclosing form will
127127
[not be included.](https://github.com/bigskysoftware/htmx/blob/fb78106dc6ef20d3dfa7e54aca20408c4e4336fc/src/htmx.js#L3525)

0 commit comments

Comments
 (0)