Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: site/dev/tools/markdown.md

Issue 883003004: Fix the URL for previewing Markdown changes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix typo Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/tools/markdown.md
diff --git a/site/dev/tools/markdown.md b/site/dev/tools/markdown.md
index c1230d2a59add49cbb8023787aaeb22574c42343..ffdff4b576ecc0a0eca6b2793a10d334af647c63 100644
--- a/site/dev/tools/markdown.md
+++ b/site/dev/tools/markdown.md
@@ -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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698