SUPP-121: Repair broken changelog redirects in Data Clean-Up and EU Residency docs#16
SUPP-121: Repair broken changelog redirects in Data Clean-Up and EU Residency docs#16myronkaifung with Copilot wants to merge 2 commits into
Conversation
SUPP-121 Bug: Changelog link redirects to 404 page
Type: Bug · Fix before launch: Yes · Reporter: Dorothy Koh Bug summary URLs Screenshots/videos Migrated from Notion · source entry |
Confidence Score: 5/5Safe to merge — two targeted link fixes in documentation files with no logic changes. Both updated anchors correspond exactly to ## headings in their respective snippet files, which are imported and rendered on the /changelogs page. No other files are touched. No files require special attention.
|
| Filename | Overview |
|---|---|
| docs/data-governance/data-clean-up.mdx | Updated Event Approval changelog link from a 404-returning page URL to an anchor on the consolidated /changelogs page; anchor matches the rendered heading. |
| docs/privacy/eu-residency.mdx | Updated EU forwarding deprecation changelog link from a 404-returning page URL to an anchor on the consolidated /changelogs page; anchor matches the rendered heading. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User clicks link in docs] --> B{Old URL}
B -->|/changelogs/2023-06-01-event-approval| C[404 Not Found]
B -->|/changelogs/2026-02-20-eu-forwarding-deprecation| D[404 Not Found]
E[User clicks link in docs] --> F{New URL}
F -->|/changelogs#vet-new-events...| G[changelogs.mdx renders Update20230601EventApproval]
F -->|/changelogs#deprecation-notice...| H[changelogs.mdx renders Update20260220EuForwardingDeprecation]
G --> I[✅ Correct section]
H --> J[✅ Correct section]
Reviews (1): Last reviewed commit: "Fix broken changelog links for SUPP-121" | Re-trigger Greptile
Two docs pages linked to changelog permalink paths that now 404 in Mintlify (
/changelogs/<date-slug>). This updates those references to the canonical changelog page anchors so users land on the intended entries.What changed
Other resources)Storing Your Data in the European Union)Link target updates
Original prompt