Skip to content

Commit 9910c6c

Browse files
committed
updated the config of sphinx
1 parent fda1b76 commit 9910c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def linkcode_resolve(domain, info):
9393
return None
9494

9595
filename = info["module"].replace(".", "/")
96-
return f"https://github.com/nikolasfil/CTFSolverScript/blob/main/{filename}.py"
96+
return f"https://github.com/nikolasfil/CTFSolverScript/blob/main/app/{filename}.py"
9797

9898

9999
project_path = Path(root_path, "app", "ctfsolver")

0 commit comments

Comments
 (0)