From 4c6c72847d9fd83b9d4e7f1581307bdb810fdae0 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 22 Feb 2026 18:18:20 +1300 Subject: [PATCH] fix: Use long slugs for document links matching API list response The docs.html ?doc= parameter matches against the document list from the API, which returns only long slugs. The short slug for STO-RES-0009 wasn't found, showing "Select a Document" instead. Also fixes two docs-viewer.html links in home-ai.html to use docs.html routing. Co-Authored-By: Claude Opus 4.6 --- public/home-ai.html | 4 ++-- public/js/components/research-papers-modal.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/home-ai.html b/public/home-ai.html index fb59541e..fd772e0b 100644 --- a/public/home-ai.html +++ b/public/home-ai.html @@ -297,7 +297,7 @@

- Related research: The Taonga-Centred Steering Governance paper (Feb 2026) extends this dual-layer architecture with polycentric authority — replacing platform hierarchy with co-equal steering authorities drawn from te ao Māori concepts of rangatiratanga and kaitiakitanga. + Related research: The Taonga-Centred Steering Governance paper (Feb 2026) extends this dual-layer architecture with polycentric authority — replacing platform hierarchy with co-equal steering authorities drawn from te ao Māori concepts of rangatiratanga and kaitiakitanga.

@@ -577,7 +577,7 @@

- Related research: The Steering Vectors and Mechanical Bias paper (Feb 2026) investigates whether LLM biases operate at a sub-reasoning level and how sovereign SLL deployments can apply inference-time debiasing via steering vectors — a technique that modifies model activations without retraining. + Related research: The Steering Vectors and Mechanical Bias paper (Feb 2026) investigates whether LLM biases operate at a sub-reasoning level and how sovereign SLL deployments can apply inference-time debiasing via steering vectors — a technique that modifies model activations without retraining.

diff --git a/public/js/components/research-papers-modal.js b/public/js/components/research-papers-modal.js index bf59d3e2..e3f12ce7 100644 --- a/public/js/components/research-papers-modal.js +++ b/public/js/components/research-papers-modal.js @@ -27,7 +27,7 @@ class ResearchPapersModal { description: 'Investigates whether LLM biases operate at a sub-reasoning level and how sovereign SLM deployments enable inference-time debiasing.', date: 'February 2026', status: 'v1.1', - href: '/docs.html?doc=steering-vectors-mechanical-bias-sovereign-ai' + href: '/docs.html?doc=steering-vectors-and-mechanical-bias-inference-time-debiasing-for-sovereign-small-language-models' } ] },