From 1d9fb2583cd85261f0813edcf5d3ddf89fefc397 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 19 Mar 2015 01:51:45 -0700 Subject: [PATCH] CONTRIBUTING.md: fix markdown formating Signed-off-by: Johan Euphrosine --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39fe0fe4fc..e6bf6ad5f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -190,9 +190,7 @@ Update the documentation when creating or modifying features. Test your documentation changes for clarity, concision, and correctness, as well as a clean documentation build. See our contributors guide for [our style guide](https://docs.docker.com/project/doc-style) and instructions on [building -the -documentation](https://docs.docker.com/project/test-and-docs/#build-and-test-the -- documentation). +the documentation](https://docs.docker.com/project/test-and-docs/#build-and-test-the-documentation). Write clean code. Universally formatted code promotes ease of writing, reading, and maintenance. Always run `gofmt -s -w file.go` on each changed file before