From 36779838bfa2eb0510fbd80f712f78b1f90eb5f0 Mon Sep 17 00:00:00 2001 From: Tima Gixe Date: Tue, 12 May 2026 16:08:37 +0300 Subject: [PATCH 1/2] docs(ui): update Base UI radio group API reference link --- apps/ui/content/docs/components/radio-group.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/content/docs/components/radio-group.mdx b/apps/ui/content/docs/components/radio-group.mdx index 8d0da152d..ff75789db 100644 --- a/apps/ui/content/docs/components/radio-group.mdx +++ b/apps/ui/content/docs/components/radio-group.mdx @@ -3,7 +3,7 @@ title: Radio Group description: A set of checkable buttons where no more than one of the buttons can be checked at a time. links: - doc: https://base-ui.com/react/components/radio-group#api-reference + doc: https://base-ui.com/react/components/radio#radiogroup --- From 4d5a4949bfaf57b2e66dff78241b2b354209259b Mon Sep 17 00:00:00 2001 From: Tima Gixe Date: Wed, 20 May 2026 06:55:36 +0300 Subject: [PATCH 2/2] docs(ui): update radio group docs link --- apps/ui/content/docs/components/radio-group.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/content/docs/components/radio-group.mdx b/apps/ui/content/docs/components/radio-group.mdx index ff75789db..5765ed8d9 100644 --- a/apps/ui/content/docs/components/radio-group.mdx +++ b/apps/ui/content/docs/components/radio-group.mdx @@ -3,7 +3,7 @@ title: Radio Group description: A set of checkable buttons where no more than one of the buttons can be checked at a time. links: - doc: https://base-ui.com/react/components/radio#radiogroup + doc: https://base-ui.com/react/components/radio#api-reference ---