Browse code

Merge pull request #9071 from fredlf/add-docs-readme

Add link to Docs README.

James Turnbull authored on 2014/11/11 21:25:09
Showing 1 changed files
... ...
@@ -181,10 +181,11 @@ Contributing to Docker
181 181
 [![Build Status](https://ci.dockerproject.com/github.com/docker/docker/status.svg?branch=master)](https://ci.dockerproject.com/github.com/docker/docker)
182 182
 
183 183
 Want to hack on Docker? Awesome! There are instructions to get you
184
-started [here](CONTRIBUTING.md).
184
+started [here](CONTRIBUTING.md). If you'd like to contribute to the
185
+documentation, please take a look at this [README.md](https://github.com/docker/docker/blob/master/docs/README.md).
185 186
 
186
-They are probably not perfect, please let us know if anything feels
187
-wrong or incomplete.
187
+These instructions are probably not perfect, please let us know if anything
188
+feels wrong or incomplete.
188 189
 
189 190
 ### Legal
190 191