aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/tools
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2015-01-14 12:03:01 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-14 12:03:01 -0800
commitbd2059a02aea252f5f308d7ca2c6a1cbc0197715 (patch)
tree5ab2d4e8033f6c008b0e78e1951054ed8dd63732 /site/dev/tools
parent0c2dc21a5890f3064f97562621ed9b6ac4f1cf14 (diff)
fix link reference in docs
BUG=skia: NOTRIES=1 TBR=halcanary Review URL: https://codereview.chromium.org/853703003
Diffstat (limited to 'site/dev/tools')
-rw-r--r--site/dev/tools/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/dev/tools/markdown.md b/site/dev/tools/markdown.md
index 4fc06cfb3c..e08ccb9473 100644
--- a/site/dev/tools/markdown.md
+++ b/site/dev/tools/markdown.md
@@ -2,7 +2,7 @@ Markdown
========
This site can handle normal MarkDown and many common extensions. To learn
-how the following is done please see the [source for this page](./docserver.md).
+how the following is done please see the [source for this page](./markdown.md).
Any file you put under `/site/` that has the extension `.md` will be processed
as MarkDown. All other files will be served directly. For example, images
can be added and they will be served correctly and referenced from within MarkDown files.