Fix interaction docs example code (#6154)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Michael Oliveira
2023-05-14 06:12:04 -04:00
committed by GitHub
parent 327f2fed50
commit 8dfa5c2a86
2 changed files with 14 additions and 13 deletions

View File

@@ -248,7 +248,7 @@ intersphinx_mapping = {
# This allows to create links to d.py docs with
# :dpy_docs:`link text <site_name.html>`
extlinks = {
"dpy_docs": (f"{dpy_docs_url}/%s", None),
"dpy_docs": (f"{dpy_docs_url}%s", None),
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#%s"),
"ghuser": ("https://github.com/%s", "@%s"),
}