Fix the URL for previewing Markdown changes.
authortfarina <tfarina@chromium.org>
Wed, 4 Feb 2015 14:05:58 +0000 (06:05 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 4 Feb 2015 14:05:58 +0000 (06:05 -0800)
BUG=None
R=jcgregorio@google.com
NOTRY=true

Review URL: https://codereview.chromium.org/883003004

site/dev/tools/markdown.md

index c1230d2..ffdff4b 100644 (file)
@@ -11,7 +11,7 @@ When preparing for a code review of site docs you can get a preview of how the
 page will render by visiting the skia.org site and add a query parameter `cl`
 with the value of the Reitveld issue id:
 
-    https://skia.org?cl=REITVELD_ISSUE_NUMBER
+    https://skia.org/path/to/markdown-file?cl=REITVELD_ISSUE_NUMBER
 
 You can also run a local copy of the documentation server, which will allow
 you to preview changes much quicker. You must have [Go](https://golang.org)