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> </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. 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) Note that because we are using table rows here, we must enable template fragment parsing (thus sacrificing IE11 compatibility)