diff --git a/README.rst b/README.rst
index 826574f..9bb8b72 100644
--- a/README.rst
+++ b/README.rst
@@ -5,10 +5,13 @@ HappyBase
**HappyBase** is a developer-friendly `Python `_ library to
interact with `Apache HBase `_.
-The source code is available from https://github.com/wbolster/happybase.
+External links:
-Documentation for HappyBase is in the `doc/` directory. Run `make doc` to
-generate the HTML documentation, then browse to `doc/build/html/index.html`.
-Alternatively, you can view the docs online at
-http://happybase.readthedocs.org/, but keep in mind that this may be an
-outdated version.
+* `Documentation `_ (readthedocs.org)
+* `Downloads `_ (PyPI)
+* `Source code `_ (Github)
+
+
+.. If you're reading this from the README.rst file in a source tree,
+ you can generate the HTML documentation by running "make doc" and browsing
+ to doc/build/html/index.html to see the result.