summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-26 10:45:43 +0000
committerGerrit Code Review <review@openstack.org>2013-08-26 10:45:43 +0000
commit2aa6f0fb0b3d2709c6fe12a0d09250066b276234 (patch)
tree53b290480dfae5e9e5fb60f35cfd4d0e5a2132b2
parentad80f3f6eab70588aa203cd919bac94d25660d8d (diff)
parent1fe95e607c69fc604ecffa1e67a246d3ecc51804 (diff)
downloaddesignate-2aa6f0fb0b3d2709c6fe12a0d09250066b276234.tar.gz
Merge "Fixed broken links in README.md"
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e97b5938..c1eb4c7d 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Bugs / Blueprints: http://launchpad.net/moniker
IRC: #openstack-dns
-Installation: http://designate.readthedocs.org/en/latest/install.html
+Installation: http://designate.readthedocs.org/en/latest/getting-started.html
# Development
Designate follows the [OpenStack Gerrit Workflow](https://wiki.openstack.org/wiki/Gerrit_Workflow)
@@ -32,7 +32,7 @@ pip install -r requirements.txt
sphinx-build source/ html/
````
now point your browser at html/index.html
-(the official documentation is published to [readthedocs](http://designate.readthedocs.org/en/latest/install.html) by the
+(the official documentation is published to [readthedocs](http://designate.readthedocs.org/en/latest/index.html) by the
maintainers.