aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst4
-rwxr-xr-xscripts/build-docs1
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 808614e..a000d41 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,7 +6,7 @@ oauth2client
``oauth2client`` makes it easy to interact with OAuth2-protected resources,
especially those related to Google APIs. You can also start with `general
information about using OAuth2 with Google APIs
-<https://developers.google.com/accounts/docs/OAuth2>`_.
+<https://developers.google.com/accounts/docs/OAuth2>`_.
Getting started
---------------
@@ -28,7 +28,7 @@ Downloads
<https://github.com/google/oauth2client/tarball/master>`_
* `Most recent release zipfile
<https://github.com/google/oauth2client/zipball/master>`_
-* `Complete release list <https://github.com/google/oauth2client/releases>`_
+* `Complete release list <https://github.com/google/oauth2client/releases>`_
Library Documentation
---------------------
diff --git a/scripts/build-docs b/scripts/build-docs
index 618f00c..a896a50 100755
--- a/scripts/build-docs
+++ b/scripts/build-docs
@@ -28,4 +28,3 @@ sphinx-apidoc -f -o docs/source oauth2client
cd docs
make html
cd ..
-