diff --git a/docs/conf.py b/docs/conf.py index 4dbe764..1c17621 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -197,7 +197,7 @@ def linkcode_resolve(domain, info): "icon_links": [ { "name": "GitHub", - "url": "https://github.com/simpeg/pymatsolverr", + "url": "https://github.com/simpeg/pymatsolver", "icon": "fab fa-github", }, { @@ -232,7 +232,7 @@ def linkcode_resolve(domain, info): html_context = { "github_user": "simpeg", - "github_repo": "pymatsolverr", + "github_repo": "pymatsolver", "github_version": "main", "doc_path": "docs", }