From f4c63bc8589b8037ad7f5c243b12939cfaa393ec Mon Sep 17 00:00:00 2001 From: carson Date: Sat, 2 Oct 2021 08:39:20 -0600 Subject: [PATCH] fix link --- www/posts/2021-10-02-htmx-1.6.0-is-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/posts/2021-10-02-htmx-1.6.0-is-released.md b/www/posts/2021-10-02-htmx-1.6.0-is-released.md index 6bbfd6fe..3f9a6551 100644 --- a/www/posts/2021-10-02-htmx-1.6.0-is-released.md +++ b/www/posts/2021-10-02-htmx-1.6.0-is-released.md @@ -15,7 +15,7 @@ I'm happy to announce the [1.6.0 release](https://unpkg.com/browse/htmx.org@1.6. * You can now use the value `unset` to clear a property that would normally be inherited (e.g. hx-confirm) * The `htmx-added` class is added to new content before a swap and removed after the settle phase, which allows you more flexibility in writing CSS transitions for added content (rather than relying on the target, as with `htmx-settling`) -* The `htmx:beforeSwap` event has been updated to allow you to [configure swapping](#modifying_swapping_behavior_with_events) +* The `htmx:beforeSwap` event has been updated to allow you to [configure swapping](/docs/#modifying_swapping_behavior_with_events) behavior ### Improvements & Bug fixes