Commit b953453f authored by Tim 'mithro' Ansell's avatar Tim 'mithro' Ansell Committed by Sébastien Bourdeauducq
Browse files

doc: Fix tag link.

parent 5bc4f6f2
...@@ -307,5 +307,5 @@ def linkcode_resolve(domain, info): ...@@ -307,5 +307,5 @@ def linkcode_resolve(domain, info):
return "http://github.com/m-labs/migen/blob/master/migen/%s%s" % ( return "http://github.com/m-labs/migen/blob/master/migen/%s%s" % (
fn, linespec) fn, linespec)
else: 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) migen.__version__, fn, linespec)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment