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 %} |