Skip to content

Commit

Permalink
doc: Fix tag link.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Mar 27, 2017
1 parent 7c53d24 commit 581b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,5 @@ def linkcode_resolve(domain, info):
return "http://github.com/m-labs/migen/blob/master/migen/%s%s" % (
fn, linespec)
else:
return "http://github.com/m-labs/migen/blob/v%s/migen/%s%s" % (
return "http://github.com/m-labs/migen/blob/%s/migen/%s%s" % (
migen.__version__, fn, linespec)

0 comments on commit 581b027

Please sign in to comment.