mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Fix broken links
This commit is contained in:
parent
5b4f6bbd58
commit
ddf5741dfb
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user