Skip to content

Commit

Permalink
fix links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dharhas committed Jul 18, 2016
1 parent b2db2ce commit 98c2c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -42,7 +42,7 @@ Contributing
If you'd like to contribute code or documentation, visit our `github`_
repository. Bug reports, issues and especially pull Requests are welcome.

.. _github: https://github.com/twdb/ulmo
.. _github: https://github.com/ulmo-dev/ulmo



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@ def run_tests(self):
# version
long_description = ''.join([
line for line in f.readlines()
if 'travis-ci' not in line])
])


# this sets __version__
Expand Down

0 comments on commit 98c2c41

Please sign in to comment.