Skip to content

Commit

Permalink
Link to gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jul 11, 2019
1 parent fd063bd commit c3ff1d5
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 255 deletions.
2 changes: 1 addition & 1 deletion describe.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def document_api_from_discovery_document(uri):
for api, versions in api_directory.items():
markdown.append('## %s' % api)
for version in versions:
markdown.append('* [%s](%s_%s.html)' % (version, api, version))
markdown.append('* [%s](http://googleapis.github.io/google-api-python-client/docs/dyn/%s_%s.html)' % (version, api, version))
markdown.append('\n')

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

0 comments on commit c3ff1d5

Please sign in to comment.