diff --git a/docs/conf.py b/docs/conf.py index 4783394..b0036b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] html_theme = "sphinx_book_theme" html_theme_options = { - "repository_url": "https://www.github.com", + "repository_url": "https://github.com/microsoft/mattersim", "repository_provider": "github", "use_repository_button": True, }