Skip to content

SUPP-121: Repair broken changelog redirects in Data Clean-Up and EU Residency docs#16

Draft
myronkaifung with Copilot wants to merge 2 commits into
mainfrom
copilot/supp-121-fix-changelog-link
Draft

SUPP-121: Repair broken changelog redirects in Data Clean-Up and EU Residency docs#16
myronkaifung with Copilot wants to merge 2 commits into
mainfrom
copilot/supp-121-fix-changelog-link

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown

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

    • Data Clean-Up (Other resources)
      • Updated the Event Approval link from a dead dated changelog route to the live changelog anchor.
    • EU Residency (Storing Your Data in the European Union)
      • Updated the deprecation changelog reference from a dead dated changelog route to the live changelog anchor.
  • Link target updates

    - [Event Approval](/changelogs/2023-06-01-event-approval)
    + [Event Approval](/changelogs#vet-new-events-and-ensure-data-trust-with-event-approval)
    
    - See [changelog here](/changelogs/2026-02-20-eu-forwarding-deprecation).
    + See [changelog here](/changelogs#deprecation-notice-legacy-us-to-eu-data-forwarding-ends-july-2026-for-eu-projects).
Original prompt
<title>Bug: Changelog link redirects to 404 page</title> **Type:** Bug · **Fix before launch:** Yes · **Reporter:** Dorothy Koh

Bug summary
Clicking "Event Approval" redirects to a 404 page.
Supposed to redirect here — maybe the link needs to be updated to this?
Same here.

URLs
Mintlify: Data Clean-Up
Docs: Data Clean-Up

Screenshots/videos
2 images in the source Notion entry — see link below.


Migrated from Notion · source entry


Fix before launch

Only assign incident/ labels when asked to by a user. incident/ labels are reserved for customer facing incidents.
Fixes https://linear.app/mixpanel/issue/SUPP-121/bug-changelog-link-redirects-to-404-page

Branch naming

This task relates to issue SUPP-121 — preserve that identifier somewhere in the branch name and pull request title for traceability. Do not treat the identifier as a verbatim slug or prepend it with a hyphen by default; instead, adapt the full branch name to comply with the repository's branch-naming pattern, adding any required prefix or restructuring the shape as needed.

Include a link to the original issue in the pull request description: https://linear.app/mixpanel/issue/SUPP-121/bug-changelog-link-redirects-to-404-page

@linear-code

linear-code Bot commented Jun 9, 2026

Copy link
Copy Markdown
SUPP-121 Bug: Changelog link redirects to 404 page

Type: Bug · Fix before launch: Yes · Reporter: Dorothy Koh

Bug summary
Clicking "Event Approval" redirects to a 404 page.
Supposed to redirect here — maybe the link needs to be updated to this?
Same here.

URLs
Mintlify: Data Clean-Up
Docs: Data Clean-Up

Screenshots/videos
2 images in the source Notion entry — see link below.


Migrated from Notion · source entry

Review in Linear · Agent session

Copilot AI changed the title [WIP] Fix changelog link to prevent 404 redirect SUPP-121: Repair broken changelog redirects in Data Clean-Up and EU Residency docs Jun 9, 2026
Copilot AI requested a review from myronkaifung June 9, 2026 21:43
@greptile-apps

greptile-apps Bot commented Jun 9, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

Safe 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.

Important Files Changed

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]
Loading

Reviews (1): Last reviewed commit: "Fix broken changelog links for SUPP-121" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants