Skip to content

Commit

Permalink
Corrected link to this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
krzychb committed Mar 10, 2018
1 parent 8f8203a commit 18b4249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/link-roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_github_rev():


def setup(app):
baseurl = 'https://github.com/krzychb/esp-epaper-29-ws'
baseurl = 'https://github.com/krzychb/esp-epaper-29-dke'
rev = get_github_rev()
app.add_role('idf', autolink('{}/tree/{}/%s'.format(baseurl, rev)))
app.add_role('idf_file', autolink('{}/blob/{}/%s'.format(baseurl, rev)))
Expand Down

0 comments on commit 18b4249

Please sign in to comment.