Repository: libcloud Updated Branches: refs/heads/trunk cd680cc76 -> 49536da89
Fix links to Google Storage's documentation. Closes #268. Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/49536da8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/49536da8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/49536da8 Branch: refs/heads/trunk Commit: 49536da89271b1c0eeb3c1babeb00284bf074477 Parents: cd680cc Author: Franck Cuny <[email protected]> Authored: Fri Mar 21 20:34:54 2014 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Sat Mar 22 15:42:36 2014 +0100 ---------------------------------------------------------------------- docs/storage/drivers/google_storage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/49536da8/docs/storage/drivers/google_storage.rst ---------------------------------------------------------------------- diff --git a/docs/storage/drivers/google_storage.rst b/docs/storage/drivers/google_storage.rst index e9b89d3..4ac3e01 100644 --- a/docs/storage/drivers/google_storage.rst +++ b/docs/storage/drivers/google_storage.rst @@ -20,5 +20,5 @@ API Docs :members: :inherited-members: -.. _`XML API v1.0`: https://developers.google.com/storage/docs/reference/v1/apiversion1 -.. _`official documentation`: https://developers.google.com/storage/docs/reference/v1/apiversion1#new +.. _`XML API v1.0`: https://developers.google.com/storage/docs/reference-guide +.. _`official documentation`: https://developers.google.com/storage/docs/reference-guide
