Chromium Code Reviews| Index: docs/README.md |
| diff --git a/docs/README.md b/docs/README.md |
| index 7526e5e04afd6173dcec6f4009c2c1657cb0f549..a1101ffa1c6cf301692dbb94ea8105380210d757 100644 |
| --- a/docs/README.md |
| +++ b/docs/README.md |
| @@ -1,6 +1,7 @@ |
| # Chromium docs |
| -This directory contains chromium project documentation in [Markdown]. |
| +This directory contains chromium project documentation in |
| +[Gittiles-flavored Markdown]. |
|
qyearsley
2016/11/16 00:39:24
Nit: Gittiles -> Gitiles (only one t)
pwnall
2016/11/16 01:01:46
Done.
Thanks for catching this!
|
| It is automatically |
| [rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/docs/). |
| @@ -25,6 +26,6 @@ git cl patch <CL number or URL> |
| ./tools/md_browser/md_browser.py |
| ``` |
| -[Markdown]: https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md |
| +[Gittiles-flavored Markdown]: https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md |
| [style guide]: https://github.com/google/styleguide/tree/gh-pages/docguide |
| [md_browser]: ../tools/md_browser/ |