From f759cd668816a824a58421a04024758e0055638b Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 12 Mar 2026 10:28:42 +0000 Subject: [PATCH] Fix stale href in specs-explorer.sx Convert /language/specs/ to SX expression URL format. Co-Authored-By: Claude Opus 4.6 --- sx/sx/specs-explorer.sx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sx/sx/specs-explorer.sx b/sx/sx/specs-explorer.sx index 4951c72..e7dc995 100644 --- a/sx/sx/specs-explorer.sx +++ b/sx/sx/specs-explorer.sx @@ -35,8 +35,8 @@ (div (h1 :class "text-2xl font-bold text-stone-800" title) (p :class "text-sm text-stone-500 mt-1" desc)) - (a :href (str "/language/specs/" slug) - :sx-get (str "/language/specs/" slug) + (a :href (str "/(language.(spec." slug "))") + :sx-get (str "/(language.(spec." slug "))") :sx-target "#main-panel" :sx-select "#main-panel" :sx-swap "outerHTML" :sx-push-url "true" :class "text-sm text-violet-600 hover:text-violet-800 font-medium"