fix double docs/ route on os templates#6409
Conversation
Greptile SummaryThis PR fixes a double
Confidence Score: 3/5Not safe to merge — two href values were missed in the route-prefix cleanup, leaving gallery card and "View All" links broken. Two P1 findings: the gallery image link and the "View All" button both still point to the removed Both changed files need attention: Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Open Source Templates Gallery] -->|gallery_app_card href| B{"/docs/getting-started/...\n❌ stale path"}
A -->|more_posts 'View All' href| C{"/docs/getting-started/...\n❌ stale path"}
A -->|route registration base_url| D["/getting-started/open-source-templates/\n✅ fixed"]
A -->|back_route_origin| E["/getting-started/open-source-templates/\n✅ fixed"]
B -.->|broken link| F[404 / wrong page]
C -.->|broken link| F
|
No description provided.