From 625424d4019d340f817ce88751daf9edcbf5a58e Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:54:57 +0530 Subject: [PATCH] docs: update links --- docs/guide/markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 7a972264..b3ad289a 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -265,9 +265,9 @@ Wraps in a
## GitHub-flavored Alerts -VitePress also supports [GitHub-flavored alerts](https://github.com/orgs/community/discussions/16925) to render as callouts, they will be rendered the same as the [custom containers](/guide/markdown#default-title). +VitePress also supports [GitHub-flavored alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) to render as callouts, they will be rendered the same as the [custom containers](#custom-containers). -``` +```md > [!NOTE] > Highlights information that users should take into account, even when skimming.