Browse code

Fix 2585 and clean up warning in contributing.rst

Andy Rothfusz authored on 2013/11/08 05:20:23
Showing 2 changed files
... ...
@@ -35,3 +35,5 @@ and we will add the libraries here.
35 35
 +----------------------+----------------+--------------------------------------------+
36 36
 | Go                   | go-dockerclient| https://github.com/fsouza/go-dockerclient  |
37 37
 +----------------------+----------------+--------------------------------------------+
38
+| PHP                  | Alvine         | http://pear.alvine.io/ (alpha)             |
39
++----------------------+----------------+--------------------------------------------+
... ...
@@ -10,13 +10,13 @@ Want to hack on Docker? Awesome!
10 10
 The repository includes `all the instructions you need to get
11 11
 started <https://github.com/dotcloud/docker/blob/master/CONTRIBUTING.md>`_.
12 12
 
13
-The developer environment `Dockerfile <https://github.com/dotcloud/docker/blob/master/Dockerfile>`_
13
+The `developer environment Dockerfile <https://github.com/dotcloud/docker/blob/master/Dockerfile>`_
14 14
 specifies the tools and versions used to test and build Docker.
15 15
 
16 16
 If you're making changes to the documentation, see the
17 17
 `README.md <https://github.com/dotcloud/docker/blob/master/docs/README.md>`_.
18 18
 
19
-The documentation environment `Dockerfile <https://github.com/dotcloud/docker/blob/master/docs/Dockerfile>`_
19
+The `documentation environment Dockerfile <https://github.com/dotcloud/docker/blob/master/docs/Dockerfile>`_
20 20
 specifies the tools and versions used to build the Documentation.
21 21
 
22 22
 Further interesting details can be found in the `Packaging hints <https://github.com/dotcloud/docker/blob/master/hack/PACKAGERS.md>`_.