From defcf160d81382e7c7736eae88a47852364c72eb Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 4 Oct 2024 13:15:07 -0600 Subject: [PATCH] add moveBefore() demo --- www/content/examples/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/examples/_index.md b/www/content/examples/_index.md index 33e8e7dae..64e6bffb8 100644 --- a/www/content/examples/_index.md +++ b/www/content/examples/_index.md @@ -42,7 +42,7 @@ You can copy and paste them and then adjust them for your needs. | [Confirm](@/examples/confirm.md) | Demonstrates how to implement a custom confirmation dialog with htmx | | [Async Authentication](@/examples/async-auth.md) | Demonstrates how to handle async authentication tokens in htmx | | [Web Components](@/examples/web-components.md) | Demonstrates how to integrate htmx with web components and shadow DOM | -| [(Experimental) moveBefore()-powered hx-preserve](@/examples/move-before) | htmx will use the experimental [`moveBefore()`](https://cr-status.appspot.com/feature/5135990159835136) API for moving elements, if it is present. | +| [(Experimental) moveBefore()-powered hx-preserve](/examples/move-before) | htmx will use the experimental [`moveBefore()`](https://cr-status.appspot.com/feature/5135990159835136) API for moving elements, if it is present. | ## Migrating from Hotwire / Turbo ?