fix: Use correct query parameter for docs-viewer paper links
docs-viewer.html uses ?slug= not ?doc= (which is for docs.html). The wrong parameter caused the viewer to fall back to the default document instead of loading the requested paper. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d7bf3aa551
commit
d0e6bcb97e
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ class ResearchPapersModal {
|
|||
description: 'Proposes polycentric governance replacing platform hierarchy with co-equal steering authorities, drawing on te ao M\u0101ori concepts.',
|
||||
date: 'February 2026',
|
||||
status: 'Draft',
|
||||
href: '/docs-viewer.html?doc=taonga-centred-steering-governance-polycentric-ai'
|
||||
href: '/docs-viewer.html?slug=taonga-centred-steering-governance-polycentric-ai'
|
||||
},
|
||||
{
|
||||
code: 'STO-RES-0009',
|
||||
|
|
@ -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-viewer.html?doc=steering-vectors-mechanical-bias-sovereign-ai'
|
||||
href: '/docs-viewer.html?slug=steering-vectors-mechanical-bias-sovereign-ai'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue