From 6db6dbc05c06aef8aecc6a6fe6b36fc9af433ca2 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Fri, 2 May 2014 11:47:46 -0400 Subject: [PATCH] Fixed link to docs.edx.org in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e01b44e38..24a65cebf3 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ for details. Documentation ------------ -High-level documentation of the code is located in the `docs` subdirectory. -Most (although not all) of our documentation is built using +Documentation for developers, researchers, and course staff is located in the +`docs` subdirectory. Documentation is built using [Sphinx](http://sphinx-doc.org/): you can [view the built documentation on -ReadTheDocs](http://edx.readthedocs.org/). +ReadTheDocs](http://docs.edx.org/). How to Contribute -----------------