Skip to content

Commit

Permalink
fix links at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 20, 2023
1 parent 7f3680e commit d22d31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generate_html_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ def unpluralize(noun):
group_docs.append('Learn more about the %s at [tadoc.org](%s). ' % (
f.info['display_name'], doc_links[func]))

group_docs.append('\n[Documentation Index](../doc_index.html)')
group_docs.append('[FLOAT_RIGHTAll Function Groups](../funcs.html)')
group_docs.append('\n[Documentation Index](../doc_index.md)')
group_docs.append('[FLOAT_RIGHTAll Function Groups](../funcs.md)')

ret[slugify(group)] = '\n'.join(group_docs) + '\n'
return ret
Expand Down

0 comments on commit d22d31c

Please sign in to comment.