Skip to content

Commit 7415f39

Browse files
scrhartleyscrhartley
and
scrhartley
authored
[Documentation] Fix link in web socket extension docs (#3026)
Co-authored-by: scrhartley <[email protected]>
1 parent 7879d2e commit 7415f39

File tree

1 file changed

+1
-1
lines changed
  • www/content/extensions

1 file changed

+1
-1
lines changed

www/content/extensions/ws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ If the event is cancelled, no further processing will occur and no messages will
185185

186186
* `detail.parameters` - the parameters that will be submitted in the request
187187
* `detail.unfilteredParameters` - the parameters that were found before filtering
188-
by [`hx-select`](https://htmx.org/reference/hx-select.md)
188+
by [`hx-params`](https://htmx.org/attributes/hx-params)
189189
* `detail.headers` - the request headers. Will be attached to the body in `HEADERS` property, if not falsy
190190
* `detail.errors` - validation errors. Will prevent sending and
191191
trigger [`htmx:validation:halted`](https://htmx.org/events#htmx:validation:halted) event if not empty

0 commit comments

Comments
 (0)