diff --git a/docs/conf.py b/docs/conf.py index 1527ddd..86fdeb4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "maize": ("https://molecularai.github.com/maize", None), + "maize": ("https://molecularai.github.io/maize", None), }