Skip to content

Commit c3ff1d5

Browse files
committed
Link to gh-pages.
1 parent fd063bd commit c3ff1d5

File tree

2 files changed

+255
-255
lines changed

2 files changed

+255
-255
lines changed

describe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def document_api_from_discovery_document(uri):
416416
for api, versions in api_directory.items():
417417
markdown.append('## %s' % api)
418418
for version in versions:
419-
markdown.append('* [%s](%s_%s.html)' % (version, api, version))
419+
markdown.append('* [%s](http://googleapis.github.io/google-api-python-client/docs/dyn/%s_%s.html)' % (version, api, version))
420420
markdown.append('\n')
421421

422422
with open('docs/dyn/index.md', 'w') as f:

0 commit comments

Comments
 (0)