diff options
| author | Jim Turner <jturner314@gmail.com> | 2013-07-24 22:45:17 -0500 |
|---|---|---|
| committer | Jim Turner <jturner314@gmail.com> | 2013-07-24 22:45:17 -0500 |
| commit | 50802673d46c008a2f584548303bae9c203003d2 (patch) | |
| tree | 7cc0c931e7103350533d14f99fc1a6c3aaabdf0d /docs/_templates | |
| parent | c0f71015dac6cdf8d78ad8dedd5085905feccb14 (diff) | |
| download | pint-50802673d46c008a2f584548303bae9c203003d2.tar.gz | |
Fix sidebar URL to GitHub project
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/sidebarintro.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 03818fc..e9b6411 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -13,7 +13,7 @@ You are currently looking at the documentation of version {{ version }}. <h3>Useful Links</h3> <ul> <li><a href="https://pypi.python.org/pypi/Pint/">Pint @ PyPI</a></li> - <li><a href="https://github.com/hgrecco/lantz">Code in GitHub</a></li> + <li><a href="https://github.com/hgrecco/pint">Code in GitHub</a></li> <li><a href="https://github.com/hgrecco/pint/issues">Issue Tracker</a></li> </ul> |
