aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2012-11-08 13:45:15 -0500
committerJoe Gregorio <jcgregorio@google.com>2012-11-08 13:45:15 -0500
commit071f89721c6dcaf5cdca4157b95de6c9795c52d3 (patch)
tree18a71dee668df0b6c9cb82f317ffc7bca46a2303
parent79090130378dc22661ef28e72b9d30434bb5a137 (diff)
downloadgoogle-api-python-client-071f89721c6dcaf5cdca4157b95de6c9795c52d3.tar.gz
Update links to docs.
Reviewed in https://codereview.appspot.com/6817104/.
-rw-r--r--samples-index.py2
-rw-r--r--samples/api-python-client-doc/app.yaml2
-rw-r--r--samples/api-python-client-doc/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/samples-index.py b/samples-index.py
index 1c8319a53..a39364ae9 100644
--- a/samples-index.py
+++ b/samples-index.py
@@ -215,7 +215,7 @@ def main():
%(api_desc)s
-Documentation for the %(api_name)s in [http://api-python-client-doc.appspot.com/%(api)s_%(version)s.html PyDoc]
+Documentation for the %(api_name)s in [https://google-api-client-libraries.appspot.com/documentation/%(api)s/%(version)s/python/latest/ PyDoc]
""" % context)
current_api = api
diff --git a/samples/api-python-client-doc/app.yaml b/samples/api-python-client-doc/app.yaml
index 5a357dc4e..b2d087a14 100644
--- a/samples/api-python-client-doc/app.yaml
+++ b/samples/api-python-client-doc/app.yaml
@@ -1,4 +1,4 @@
-application: api-python-client-doc
+application: api-python-client-doc-hrd
version: 1
runtime: python
api_version: 1
diff --git a/samples/api-python-client-doc/index.html b/samples/api-python-client-doc/index.html
index 171043134..90cffd4a8 100644
--- a/samples/api-python-client-doc/index.html
+++ b/samples/api-python-client-doc/index.html
@@ -69,7 +69,7 @@
<tr>
<td><img class=icon src="{{ item.icons.x16 }}"/> {{ item.title }}</td>
<td><a href="{{ item.documentationLink }}">Documentation</a></td>
- <td><a href="/{{ item.name }}_{{ item.safe_version }}.html">PyDoc</a></td>
+ <td><a href="https://google-api-client-libraries.appspot.com/documentation/{{ item.name }}/{{ item.version }}/python/latest/">PyDoc</a></td>
<td>{{ item.name }}</td>
<td>{{ item.version}}</td>
</tr>