From 74e7a9432d46a9b46cd9d525aa90bacc71a87909 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 11 Aug 2023 15:28:59 +0200 Subject: [PATCH] [docs] Fix SEO issues reported by ahrefs --- docs/data/joy/components/snackbar/snackbar.md | 4 ++-- docs/data/material/getting-started/support/support.md | 9 +-------- docs/data/material/guides/routing/routing.md | 2 +- docs/src/modules/components/Link.tsx | 4 ++-- packages/markdown/parseMarkdown.js | 5 +++++ 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/data/joy/components/snackbar/snackbar.md b/docs/data/joy/components/snackbar/snackbar.md index 3e198188dc90a0..3856099429fd40 100644 --- a/docs/data/joy/components/snackbar/snackbar.md +++ b/docs/data/joy/components/snackbar/snackbar.md @@ -31,8 +31,8 @@ Radix will enhance the functionalities by preserving the styles of Joy UI compon Animation is created by targeting `data-*` attributes injected by Radix UI's `Toast.Root` component. In this demo, it uses `@mui/system` keyframes API, same as emotion's keyframes, to build the animation stylesheet. -- [Install Radix UI's Toast](https://www.radix-ui.com/docs/primitives/components/toast#installation) -- [Toast component documentation](https://www.radix-ui.com/docs/primitives/components/toast) +- [Install Radix UI's Toast](https://www.radix-ui.com/primitives/docs/components/toast#installation) +- [Toast component documentation](https://www.radix-ui.com/primitives/docs/components/toast)