From e9c2d053d3ed1565d2be6d5dc645f4e2fb1baa3f Mon Sep 17 00:00:00 2001 From: Clxud Date: Tue, 28 Feb 2023 18:52:02 +0000 Subject: [PATCH] fix link code --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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