[docs] corrected watchdog link for intersphinx_mapping

This commit is contained in:
Sam Schott 2020-11-21 20:36:05 +00:00
parent 31af3489e7
commit b1faf0a847

View File

@ -72,5 +72,5 @@ intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"requests": ("https://requests.readthedocs.io/en/master/", None),
"sqlalchemy": ("https://docs.sqlalchemy.org/en/latest/", None),
"watchdog": ("https://pythonhosted.org/watchdog/", None),
"watchdog": ("https://python-watchdog.readthedocs.io/en/v0.10.3/", None),
}