Fix broken links

This commit is contained in:
Ricardo Ander-Egg 2021-07-26 13:14:57 +02:00 committed by GitHub
parent 5b4f6bbd58
commit ddf5741dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ Instead of modifying something on the front end, in your response to the `POST`
</form>
```
This content uses the [hx-oob-swap](/attributes/hx-oob-swap) attribute to append itself to the `#contacts-table`, updating
This content uses the [hx-swap-oob](/attributes/hx-swap-oob/) attribute to append itself to the `#contacts-table`, updating
the table after a contact is added successfully.
Note that because we are using table rows here, we must enable template fragment parsing (thus sacrificing IE11 compatibility)
@ -250,4 +250,4 @@ own software engineering tastes and which of the two matches up better with your
Finally, the path-deps approach is interesting, and if it fits well with your mental model and overall system architecture,
it can be a fun way to avoid explicit refreshing. I would look at it last, however, unless the concept really grabs
you.
you.