Update intershpinx refs (#2660)

This commit is contained in:
Michael H
2019-05-12 22:02:57 -04:00
committed by Toby Harradine
parent 5c91709ac8
commit e96e5374b4
4 changed files with 4 additions and 4 deletions

View File

@@ -203,7 +203,7 @@ linkcheck_ignore = [r"https://java.com*", r"https://chocolatey.org*"]
# Intersphinx
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"dpy": ("https://discordpy.readthedocs.io/en/rewrite/", None),
"dpy": ("https://discordpy.readthedocs.io/en/v1.0.1/", None),
"motor": ("https://motor.readthedocs.io/en/stable/", None),
}