From c143f60b4f0b99f24960527134526ce42f64d765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Emir=20=C5=9Een?= Date: Thu, 24 Oct 2024 11:21:22 +0300 Subject: [PATCH] docs(chakra-ui): fix broken links from chakra-ui docs (#6427) --- .../chakra-ui/components/basic-views/create/index.md | 10 +++++----- .../chakra-ui/components/basic-views/edit/index.md | 10 +++++----- .../chakra-ui/components/basic-views/list/index.md | 8 ++++---- .../chakra-ui/components/basic-views/show/index.md | 10 +++++----- .../chakra-ui/components/breadcrumb/index.md | 2 +- .../chakra-ui/components/buttons/clone-button/index.md | 2 +- .../components/buttons/create-button/index.md | 2 +- .../components/buttons/delete-button/index.md | 2 +- .../chakra-ui/components/buttons/edit-button/index.md | 2 +- .../components/buttons/export-button/index.md | 2 +- .../components/buttons/import-button/index.md | 2 +- .../chakra-ui/components/buttons/list-button/index.md | 2 +- .../components/buttons/refresh-button/index.md | 2 +- .../chakra-ui/components/buttons/save-button/index.md | 2 +- .../chakra-ui/components/buttons/show-button/index.md | 2 +- .../chakra-ui/components/fields/boolean-field/index.md | 4 ++-- .../chakra-ui/components/fields/date-field/index.md | 2 +- .../chakra-ui/components/fields/email-field/index.md | 6 +++--- .../chakra-ui/components/fields/file-field/index.md | 2 +- .../chakra-ui/components/fields/number-field/index.md | 2 +- .../chakra-ui/components/fields/tag-field/index.md | 4 ++-- .../chakra-ui/components/fields/text-field/index.md | 4 ++-- .../chakra-ui/components/fields/url-field/index.md | 4 ++-- 23 files changed, 44 insertions(+), 44 deletions(-) diff --git a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/create/index.md b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/create/index.md index fa64c9132865..2e085f4a02b6 100644 --- a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/create/index.md +++ b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/create/index.md @@ -479,7 +479,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### headerProps @@ -530,7 +530,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### contentProps @@ -581,7 +581,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### headerButtons @@ -687,7 +687,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### footerButtons @@ -846,7 +846,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ## API Reference diff --git a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/edit/index.md b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/edit/index.md index 1e9d30a8e6b2..e6b5e573aaa0 100644 --- a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/edit/index.md +++ b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/edit/index.md @@ -804,7 +804,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### headerProps @@ -858,7 +858,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### contentProps @@ -913,7 +913,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### headerButtons @@ -1091,7 +1091,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### footerButtons @@ -1268,7 +1268,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### autoSaveProps diff --git a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/list/index.md b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/list/index.md index aed0b5c333af..1f67446d7345 100644 --- a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/list/index.md +++ b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/list/index.md @@ -476,7 +476,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### headerProps @@ -528,7 +528,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### contentProps @@ -580,7 +580,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### headerButtons @@ -752,7 +752,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ## API Reference diff --git a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/show/index.md b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/show/index.md index 34cb414cd193..1ae8b54fc603 100644 --- a/documentation/docs/ui-integrations/chakra-ui/components/basic-views/show/index.md +++ b/documentation/docs/ui-integrations/chakra-ui/components/basic-views/show/index.md @@ -657,7 +657,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI #8594](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI #8594](https://www.chakra-ui.com/docs/components/box#usage) ### headerProps @@ -710,7 +710,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### contentProps @@ -764,7 +764,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### headerButtons @@ -960,7 +960,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ### footerButtons @@ -1074,7 +1074,7 @@ render( ); ``` -> For more information, refer to the [`Box` documentation from Chakra UI →](https://chakra-ui.com/docs/components/box/usage) +> For more information, refer to the [`Box` documentation from Chakra UI →](https://www.chakra-ui.com/docs/components/box#usage) ## API Reference diff --git a/documentation/docs/ui-integrations/chakra-ui/components/breadcrumb/index.md b/documentation/docs/ui-integrations/chakra-ui/components/breadcrumb/index.md index 9a9094e8e8a9..7498e5709908 100644 --- a/documentation/docs/ui-integrations/chakra-ui/components/breadcrumb/index.md +++ b/documentation/docs/ui-integrations/chakra-ui/components/breadcrumb/index.md @@ -99,4 +99,4 @@ export const PostList: React.FC = () => { -[chakra-ui-breadcrumb]: https://chakra-ui.com/docs/components/breadcrumb/usage +[chakra-ui-breadcrumb]: https://www.chakra-ui.com/docs/components/breadcrumb#usage diff --git a/documentation/docs/ui-integrations/chakra-ui/components/buttons/clone-button/index.md b/documentation/docs/ui-integrations/chakra-ui/components/buttons/clone-button/index.md index fed38f77dff5..4e349fde50ae 100644 --- a/documentation/docs/ui-integrations/chakra-ui/components/buttons/clone-button/index.md +++ b/documentation/docs/ui-integrations/chakra-ui/components/buttons/clone-button/index.md @@ -45,7 +45,7 @@ const ClonePage = () => { }; ``` -`` uses Chakra UI's [`