diff --git a/doc/conf.py b/doc/conf.py index f4d696a..ef3670e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -172,5 +172,5 @@ def linkcode_resolve(domain, info): import pystella fn = relpath(fn, start=dirname(pystella.__file__)) - return "https://github.com/zachjweiner/pystella/blob/master/%s%s" \ - % (fn, linespec) + return "https://github.com/zachjweiner/pystella/blob/master/pystella/%s%s" % ( + fn, linespec) \ No newline at end of file