From e257cfe02ec5e6c418f41a82e2a3db818a9091f3 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Tue, 11 Apr 2023 14:33:39 -0600 Subject: [PATCH] update view transitions link to essay --- www/content/posts/2023-04-11-htmx-1.9.0-is-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/posts/2023-04-11-htmx-1.9.0-is-released.md b/www/content/posts/2023-04-11-htmx-1.9.0-is-released.md index 9015bb1e..9fe116e4 100644 --- a/www/content/posts/2023-04-11-htmx-1.9.0-is-released.md +++ b/www/content/posts/2023-04-11-htmx-1.9.0-is-released.md @@ -11,7 +11,7 @@ I'm happy to announce the [1.9.0 release](https://unpkg.com/browse/htmx.org@1.9. ### New Features -* Support for [view transitions](/docs#view-transitions), based on the experimental [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) +* Support for [view transitions](/essays/view-transitions), based on the experimental [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) currently available in Chrome 111+ and coming to other browsers soon. * Support for "naked" [`hx-trigger`](/attributes/hx-trigger) attributes, where an `hx-trigger` is present on an element that does not have an `hx-get`, etc. defined on it. Instead, it will trigger the new `htmx:triggered` event, which can