fix link code
This commit is contained in:
parent
f05df85dae
commit
e9c2d053d3
|
|
@ -107,4 +107,4 @@ def linkcode_resolve(domain, info):
|
||||||
if not info['module']:
|
if not info['module']:
|
||||||
return None
|
return None
|
||||||
filename = info['module'].replace('.', '/')
|
filename = info['module'].replace('.', '/')
|
||||||
return f"https://github.com/cloudwithax/pomice/blob/main/pomice/{filename}.py"
|
return f"https://github.com/cloudwithax/pomice/blob/main/{filename}.py"
|
||||||
Loading…
Reference in New Issue