Skip to content

Commit

Permalink
update link mappings in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalev committed Aug 30, 2023
1 parent 1b8a10b commit 5ba64d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/Total-RD/pymgrid",
"url": "https://github.com/ahalev/python-microgrid/",
"icon": "fa-brands fa-github",
},
{
"name": "PyPI",
"url": "https://pypi.org/project/pymgrid/",
"url": "https://pypi.org/project/python-microgrid/",
"icon": "fa-solid fa-box",
}
]
Expand Down Expand Up @@ -157,7 +157,7 @@ def linkcode_resolve(domain, info):

fn = os.path.relpath(fn, start=os.path.dirname(pymgrid.__file__))

return f'https://github.com/Total-RD/pymgrid/tree/v{pymgrid.__version__}/src/pymgrid/{fn}{linespec}'
return f'https://github.com/ahalev/python-microgrid/tree/v{pymgrid.__version__}/src/pymgrid/{fn}{linespec}'


intersphinx_mapping = {
Expand Down

0 comments on commit 5ba64d9

Please sign in to comment.