From 81341e325555cba0e2f024cfd93bc845972f49ca Mon Sep 17 00:00:00 2001 From: Danny Colligan Date: Mon, 13 Mar 2017 10:32:16 -0400 Subject: [PATCH] Change RTD links in docs Does not close #1617 --- README.pypi.rst | 8 ++++---- README.txt | 12 ++++++------ docs/development.rst | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.pypi.rst b/README.pypi.rst index 455f1062f..2e09ce558 100644 --- a/README.pypi.rst +++ b/README.pypi.rst @@ -8,16 +8,16 @@ GA4GH Reference Implementation This is the GA4GH reference implementation. Full documentation is available at `read-the-docs.org -`_. +`_. - For a quick start with the GA4GH API, please see our - `demo `_. + `demo `_. - To configure and deploy the GA4GH server in production please see the `installation - `_ + `_ page. - If you would like to contribute to the project, please see the `development - `_ + `_ page. diff --git a/README.txt b/README.txt index 3709c2b81..c4ab8ef75 100644 --- a/README.txt +++ b/README.txt @@ -9,8 +9,8 @@ GA4GH Reference Implementation :target: https://pypi.python.org/pypi/ga4gh/ :alt: Current PyPi Release -.. image:: https://readthedocs.org/projects/ga4gh-reference-implementation/badge/?version=latest - :target: http://ga4gh-reference-implementation.readthedocs.io/en/latest/?badge=latest +.. image:: https://readthedocs.org/projects/ga4gh-server/badge/?version=latest + :target: http://ga4gh-server.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://badges.gitter.im/Join%20Chat.svg @@ -35,16 +35,16 @@ If you would like to help, please check out our list of `issues `_! The latest bleeding-edge documentation is available at `read-the-docs.org -`_. +`_. - For a quick start with the GA4GH API, please see our - `demo `_. + `demo `_. - To configure and deploy the GA4GH server in production please see the `installation - `_ + `_ page. - If you would like to contribute to the project, please see the `development - `_ + `_ page. diff --git a/docs/development.rst b/docs/development.rst index 8678215f7..9f4580a91 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -539,7 +539,7 @@ Making a release entails the following steps: ``twine upload dist/ga4gh-$MAJOR.$MINOR.$PATCH.tar.gz`` (using the correct file name). #. Verify that the documentation at - http://ga4gh-reference-implementation.readthedocs.org/en/stable/ + http://ga4gh-server.readthedocs.org/en/stable/ is for the correct version (it may take a few minutes for this to happen after the release has been tagged on GitHub). The release notes docs should have changed, so that is a good section to look at