fix: correct wiki link in markdown.md — use [[Contributing]] not [[docs/contributing/index]]
Some checks failed
Deploy Docs / deploy (push) Failing after 23s

This commit is contained in:
Tolaria 2026-06-03 20:32:47 +08:00
parent 2b2edc7505
commit fa0b34c3c2

View file

@ -5,7 +5,7 @@ icon: simple/markdown
## Introduction to Markdown Language ## 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 ## Headers