From cdcb88f0798436b65d37cb9816864baed9dbc164 Mon Sep 17 00:00:00 2001 From: Asterisk Date: Thu, 24 Oct 2024 18:48:20 -0400 Subject: [PATCH] Fix: broken links on component pages (#42) * Update callout.md * Update code-group.md * fix code-group --- content/2.components/2.docs/callout.md | 2 +- content/2.components/2.docs/code-group.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/2.components/2.docs/callout.md b/content/2.components/2.docs/callout.md index 5e51bc0d..ec135bc7 100644 --- a/content/2.components/2.docs/callout.md +++ b/content/2.components/2.docs/callout.md @@ -11,6 +11,6 @@ badges: target: _blank --- -::alert{to="/components/alert"} +::alert{to="/components/docs/alert"} `::callout`{lang="mdc"} is an alias to `::alert`{lang="mdc"}. :: diff --git a/content/2.components/2.docs/code-group.md b/content/2.components/2.docs/code-group.md index 46eab412..a6c2f31f 100644 --- a/content/2.components/2.docs/code-group.md +++ b/content/2.components/2.docs/code-group.md @@ -56,6 +56,6 @@ badges: ``` :: -::alert{to="/getting-started/writing/components#tabs"} +::alert{to="/components/docs/tabs"} `::code-group`{lang="mdc"} is a wrapper around `::tabs{variant="card"}`{lang="mdc"}. ::