Updated README.md Links
Updated stale links regarding dependencies in README.md
diff --git a/README.md b/README.md
index 7d5906f..260286d 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,14 @@
#Third Party Libraries
The following libraries will be installed when you install the client library:
-* http://code.google.com/p/httplib2
-* http://code.google.com/p/uri-templates
+* [httplib2](https://github.com/jcgregorio/httplib2)
+* [uri-templates](https://github.com/uri-templates/uritemplate-py)
Depending on your version of Python, these libraries may also be installed:
-* http://pypi.python.org/pypi/simplejson/
+* [simplejson](https://pypi.python.org/pypi/simplejson/)
For development you will also need:
-* http://pythonpaste.org/webtest/
+* [WebTest](http://pythonpaste.org/webtest/)
#Contributing
-Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests -- but please make sure to sign the contributor license agreement.
\ No newline at end of file
+Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.
\ No newline at end of file