We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988641f commit 03a0235Copy full SHA for 03a0235
changelog/42.doc.0.rst
@@ -0,0 +1 @@
1
+Fix source code links and installation instructions and some miscellaneous issues.
docs/source/util.py
@@ -61,7 +61,7 @@ def linkcode_resolve(
61
return None
62
63
path = f"{path}#L{lineno}-L{lineno + len(src) - 1}"
64
- return f"{repo_url}/blob/{git_ref}/src/disnake/ext/components/{path}"
+ return f"{repo_url}/blob/{git_ref}/src/disnake_compass/{path}"
65
66
return linkcode_resolve
67
0 commit comments