From fa0b34c3c25db43aad79bd0038fa5abd591dc281 Mon Sep 17 00:00:00 2001 From: Tolaria Date: Wed, 3 Jun 2026 20:32:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20wiki=20link=20in=20markdown.md?= =?UTF-8?q?=20=E2=80=94=20use=20[[Contributing]]=20not=20[[docs/contributi?= =?UTF-8?q?ng/index]]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/contributing/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/markdown.md b/docs/contributing/markdown.md index 0e89e33..aa1d05d 100644 --- a/docs/contributing/markdown.md +++ b/docs/contributing/markdown.md @@ -5,7 +5,7 @@ icon: simple/markdown ## Introduction to Markdown Language -Markdown is a simple language to build web pages. It is easier to read and write than HTML (the language web browsers read) and so we use it to write articles. You can use this reference to help you write posts and pages directly in our repository where the source documents for this wiki are held. See [[docs/contributing/index]] for more. +Markdown is a simple language to build web pages. It is easier to read and write than HTML (the language web browsers read) and so we use it to write articles. You can use this reference to help you write posts and pages directly in our repository where the source documents for this wiki are held. See [[Contributing]] for more. ## Headers