Bug Description
The "Research-Backed" link in the Key Features section of the landing page points to a non-existent page (implementation-status.html), resulting in a 404 error.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Clicking the "Research-Backed" link should navigate to a page showing the complete attribute table with 25 attributes and their research citations.
Actual Behavior
The link returns a 404 Not Found error. The target URL
https://ambient-code.github.io/agentready/implementation-status.html
does not exist.
Environment
Additional Context
The broken link appears in multiple places on the landing page:
- The "🔬 Research-Backed" feature tile header
- The "50+ citations" link in the feature description
- The "View all 25 attributes →" link in the feature table
- All three links point to
implementation-status.html#complete-attribute-table
Possible Solution
Either:
- Create the missing page: Add implementation-status.html to the Jekyll site with the complete attribute table and citations
- Update the links: Change the href to point to an existing page (e.g., attributes.html which is referenced elsewhere on the page for the "Readiness Tiers" feature)