Skip to content

Commit 03a0235

Browse files
committed
fix(docs): properly resolve source code links
1 parent 988641f commit 03a0235

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/42.doc.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix source code links and installation instructions and some miscellaneous issues.

docs/source/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def linkcode_resolve(
6161
return None
6262

6363
path = f"{path}#L{lineno}-L{lineno + len(src) - 1}"
64-
return f"{repo_url}/blob/{git_ref}/src/disnake/ext/components/{path}"
64+
return f"{repo_url}/blob/{git_ref}/src/disnake_compass/{path}"
6565

6666
return linkcode_resolve
6767

0 commit comments

Comments
 (0)