diff --git a/www/docs.md b/www/docs.md index 0c33967e..83c1ba54 100644 --- a/www/docs.md +++ b/www/docs.md @@ -388,7 +388,7 @@ with any of the following values: | `beforebegin` | prepends the content before the target in the targets parent element | `beforeend` | appends the content after the last child inside the target | `afterend` | appends the content after the target in the targets parent element -| `none` | does not append content from response ([Out of Band Swaps](#oob_swaps) and [Response Headers](##response-headers) will still be processed) +| `none` | does not append content from response ([Out of Band Swaps](#oob_swaps) and [Response Headers](#response-headers) will still be processed) ### [Synchronization](#synchronization) @@ -811,7 +811,7 @@ htmx includes a number of useful headers in requests: | `HX-Target` | will be set to the id of the target element | `HX-Prompt` | will be set to the value entered by the user when prompted via [hx-prompt](/attributes/hx-prompt) -### [Response Headers](#response-headers) +### [Response Headers](#response-headers) htmx supports some htmx-specific response headers: