Skip to content

Conversation

@julianladisch
Copy link

<Link> doesn't support external links in react-router versions before 6.8.0: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v680

We use react-router version 4.3.1 resulting in broken links to Terms, Privacy, and Notices.

This gets fixed by replacing <Link> with <a>.

Fixes #995.

`<Link>` doesn't support external links in react-router versions before 6.8.0:
https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v680

We use react-router version 4.3.1 resulting in broken links to
Terms, Privacy, and Notices.

This gets fixed by replacing `<Link>` with `<a>`.

Fixes clearlydefined#995.
@netlify
Copy link

netlify bot commented Jun 28, 2025

Deploy Preview for blissful-goodall-fa23f6 ready!

Name Link
🔨 Latest commit cd29781
🔍 Latest deploy log https://app.netlify.com/projects/blissful-goodall-fa23f6/deploys/686023e1b1f7be0008b8b418
😎 Deploy Preview https://deploy-preview-1071--blissful-goodall-fa23f6.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

Broken links at footer of page (Terms | Privacy | Notices)

1 participant