From 7d1b04be183c81c244af46ca82d1a7dd3aa38854 Mon Sep 17 00:00:00 2001 From: khalidabuhakmeh Date: Mon, 5 Jan 2026 11:15:08 -0500 Subject: [PATCH] Fix broken link in extensions table for "optimistic" extension. --- www/content/extensions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/extensions/_index.md b/www/content/extensions/_index.md index 16f740bd3..4165be545 100644 --- a/www/content/extensions/_index.md +++ b/www/content/extensions/_index.md @@ -131,7 +131,7 @@ htmx extensions are split into two categories: {% markdown() %} Allows dynamic URL path templating using `{varName}` placeholders, resolved via configurable custom function or `window.` fallback. It does not rely on `hx-vals`. Useful when needing to perform requests to paths that depend on application state. {% end %} - {% markdown() %} [optimistic]([https://github.com/FumingPower3925/htmx-dynamic-url](https://github.com/lorenseanstewart/hx-optimistic/blob/main/README.md) {% end %} + {% markdown() %} [optimistic](https://github.com/lorenseanstewart/hx-optimistic/blob/main/README.md) {% end %} {% markdown() %} This extension provides a way to optimistically update the UI to increase perceived performance {% end %}