fix link code

This commit is contained in:
Clxud 2023-02-28 18:52:02 +00:00
parent f05df85dae
commit e9c2d053d3
1 changed files with 1 additions and 1 deletions

View File

@ -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"