Skip to content

Commit 071f897

Browse files
committed
Update links to docs.
Reviewed in https://codereview.appspot.com/6817104/.
1 parent 7909013 commit 071f897

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples-index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def main():
215215
216216
%(api_desc)s
217217
218-
Documentation for the %(api_name)s in [http://api-python-client-doc.appspot.com/%(api)s_%(version)s.html PyDoc]
218+
Documentation for the %(api_name)s in [https://google-api-client-libraries.appspot.com/documentation/%(api)s/%(version)s/python/latest/ PyDoc]
219219
220220
""" % context)
221221
current_api = api

samples/api-python-client-doc/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
application: api-python-client-doc
1+
application: api-python-client-doc-hrd
22
version: 1
33
runtime: python
44
api_version: 1

samples/api-python-client-doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1> Google API Client for Python Documentation </h1>
6969
<tr>
7070
<td><img class=icon src="{{ item.icons.x16 }}"/> {{ item.title }}</td>
7171
<td><a href="{{ item.documentationLink }}">Documentation</a></td>
72-
<td><a href="/{{ item.name }}_{{ item.safe_version }}.html">PyDoc</a></td>
72+
<td><a href="https://google-api-client-libraries.appspot.com/documentation/{{ item.name }}/{{ item.version }}/python/latest/">PyDoc</a></td>
7373
<td>{{ item.name }}</td>
7474
<td>{{ item.version}}</td>
7575
</tr>

0 commit comments

Comments
 (0)