From 263a83028d015c000951944ea9c0c9abbb23b305 Mon Sep 17 00:00:00 2001 From: Axon Date: Tue, 2 Feb 2016 23:11:40 +0000 Subject: [PATCH] Update doc-guidelines --- developers/doc-guidelines.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/developers/doc-guidelines.md b/developers/doc-guidelines.md index f5a20f37..0430da41 100644 --- a/developers/doc-guidelines.md +++ b/developers/doc-guidelines.md @@ -30,8 +30,7 @@ Markdown Conventions -------------------- All the documentation is written in Markdown for maximum accessibility. When -making contributions, please try to observe the following style conventions, -where appropriate: +making contributions, please try to observe the following style conventions: * Use spaces instead of tabs. * Hard wrap Markdown lines at 80 characters. @@ -49,7 +48,7 @@ where appropriate: `[ref]: https://daringfireball.net/projects/markdown/syntax#link` -([This][md] is a great source for learning about Markdown syntax.) +([This][md] is a great source for learning about Markdown.) Git Conventions @@ -138,7 +137,7 @@ pull request, we'll post a comment explaining why we can't. ![done](/attachment/wiki/doc-edit/10-done.png) -[md]: https://daringfireball.net/projects/markdown/syntax +[md]: https://daringfireball.net/projects/markdown/ [qubes-doc]: https://github.com/QubesOS/qubes-doc [qubes]: https://github.com/QubesOS [gh-fork]: https://guides.github.com/activities/forking/