Browse code

CONTRIBUTING.md: fix markdown formating

Signed-off-by: Johan Euphrosine <proppy@google.com>

Johan Euphrosine authored on 2015/03/19 17:51:45
Showing 1 changed files
... ...
@@ -190,9 +190,7 @@ Update the documentation when creating or modifying features. Test your
190 190
 documentation changes for clarity, concision, and correctness, as well as a
191 191
 clean documentation build. See our contributors guide for [our style
192 192
 guide](https://docs.docker.com/project/doc-style) and instructions on [building
193
-the
194
-documentation](https://docs.docker.com/project/test-and-docs/#build-and-test-the
195
-- documentation).
193
+the documentation](https://docs.docker.com/project/test-and-docs/#build-and-test-the-documentation).
196 194
 
197 195
 Write clean code. Universally formatted code promotes ease of writing, reading,
198 196
 and maintenance. Always run `gofmt -s -w file.go` on each changed file before