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"