Skip to content

Commit a58cab3

Browse files
authored
Merge pull request #129 from spier/fix-links-markdown-info
fix relative link to dedicated-community-leader.md
2 parents bd18f2c + 2c102db commit a58cab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/markdown-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A markdown file is a plain ASCII text file that is meant to be easy to read in plaintext, while also being pretty once rendered.
44

5-
It is similar to the format that many wiki's have. As an example, you can see [this rendered pattern](dedicated-community-leader.md) of ours also [in plain text](/../../raw/master/dedicated-community-leader.md). You can do this for any markdown file by clicking the ``Raw`` button when viewing a file online.
5+
It is similar to the format that many wiki's have. As an example, you can see [this rendered pattern](../dedicated-community-leader.md) of ours also [in plain text](/../../raw/master/dedicated-community-leader.md). You can do this for any markdown file by clicking the ``Raw`` button when viewing a file online.
66

77
The ASCII is marked up in a standard format. Here are two cheatsheets for that format:
88

0 commit comments

Comments
 (0)