fix: correct wiki link in markdown.md — use [[Contributing]] not [[docs/contributing/index]]
Some checks failed
Deploy Docs / deploy (push) Failing after 23s
Some checks failed
Deploy Docs / deploy (push) Failing after 23s
This commit is contained in:
parent
2b2edc7505
commit
fa0b34c3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue