Browse Source

Fix 2585 and clean up warning in contributing.rst

Andy Rothfusz 11 years ago
parent
commit
97c3de7e6b

+ 2 - 0
docs/sources/api/remote_api_client_libraries.rst

@@ -35,3 +35,5 @@ and we will add the libraries here.
 +----------------------+----------------+--------------------------------------------+
 +----------------------+----------------+--------------------------------------------+
 | Go                   | go-dockerclient| https://github.com/fsouza/go-dockerclient  |
 | Go                   | go-dockerclient| https://github.com/fsouza/go-dockerclient  |
 +----------------------+----------------+--------------------------------------------+
 +----------------------+----------------+--------------------------------------------+
+| PHP                  | Alvine         | http://pear.alvine.io/ (alpha)             |
++----------------------+----------------+--------------------------------------------+

+ 2 - 2
docs/sources/contributing/contributing.rst

@@ -10,13 +10,13 @@ Want to hack on Docker? Awesome!
 The repository includes `all the instructions you need to get
 The repository includes `all the instructions you need to get
 started <https://github.com/dotcloud/docker/blob/master/CONTRIBUTING.md>`_.
 started <https://github.com/dotcloud/docker/blob/master/CONTRIBUTING.md>`_.
 
 
-The developer environment `Dockerfile <https://github.com/dotcloud/docker/blob/master/Dockerfile>`_
+The `developer environment Dockerfile <https://github.com/dotcloud/docker/blob/master/Dockerfile>`_
 specifies the tools and versions used to test and build Docker.
 specifies the tools and versions used to test and build Docker.
 
 
 If you're making changes to the documentation, see the
 If you're making changes to the documentation, see the
 `README.md <https://github.com/dotcloud/docker/blob/master/docs/README.md>`_.
 `README.md <https://github.com/dotcloud/docker/blob/master/docs/README.md>`_.
 
 
-The documentation environment `Dockerfile <https://github.com/dotcloud/docker/blob/master/docs/Dockerfile>`_
+The `documentation environment Dockerfile <https://github.com/dotcloud/docker/blob/master/docs/Dockerfile>`_
 specifies the tools and versions used to build the Documentation.
 specifies the tools and versions used to build the Documentation.
 
 
 Further interesting details can be found in the `Packaging hints <https://github.com/dotcloud/docker/blob/master/hack/PACKAGERS.md>`_.
 Further interesting details can be found in the `Packaging hints <https://github.com/dotcloud/docker/blob/master/hack/PACKAGERS.md>`_.