Update links to docs.
Reviewed in https://codereview.appspot.com/6817104/.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
application: api-python-client-doc
|
||||
application: api-python-client-doc-hrd
|
||||
version: 1
|
||||
runtime: python
|
||||
api_version: 1
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user