diff --git a/docs/conf.py b/docs/conf.py index e484921..b6a2a56 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -107,4 +107,4 @@ def linkcode_resolve(domain, info): if not info['module']: return None filename = info['module'].replace('.', '/') - return f"https://github.com/cloudwithax/pomice/blob/main/pomice/{filename}.py" \ No newline at end of file + return f"https://github.com/cloudwithax/pomice/blob/main/{filename}.py" \ No newline at end of file