From 20be22c759d01c09a6ad866fba2faa291a7ee1f2 Mon Sep 17 00:00:00 2001
From: TheFlow
Date: Wed, 8 Oct 2025 00:27:56 +1300
Subject: [PATCH] fix: correct broken navigation links on researcher page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
**Issues Fixed:**
1. "Read Technical Papers" button now says "Browse Documentation"
(accurate since it goes to docs landing page, not a specific paper)
2. "Read full analysis" links were pointing to non-existent anchors:
- /docs.html#27027-incident (404)
- /docs.html#privacy-creep (404)
- /docs.html#silent-degradation (404)
**Changes:**
- 27027 case study: Now links to /demos/27027-demo.html (interactive demo)
- Other case studies: Link to /docs.html with text "See case studies doc"
- Hero button: Text changed to "Browse Documentation" (clearer intent)
**Note:** docs.html doesn't support URL hash anchors yet.
Future enhancement: Add ?doc=slug parameter support to docs viewer.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude
---
public/researcher.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/researcher.html b/public/researcher.html
index a8032b2f..bcef8e85 100644
--- a/public/researcher.html
+++ b/public/researcher.html
@@ -41,7 +41,7 @@
- Read full analysis →
+ Interactive demo →
@@ -213,7 +213,7 @@
Prevention: STRATEGIC boundary check
- Read full analysis →
+ See case studies doc →
@@ -229,7 +229,7 @@
Prevention: CRITICAL pressure detection
- Read full analysis →
+ See case studies doc →