From 98c2c41c14b8ddb4a46677e91e252acbdcd7c237 Mon Sep 17 00:00:00 2001 From: Dharhas Pothina Date: Mon, 18 Jul 2016 15:42:03 -0500 Subject: [PATCH] fix links in docs --- docs/index.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 466cdfcd..e3826236 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/setup.py b/setup.py index 1bd7fd7a..5a689f92 100644 --- a/setup.py +++ b/setup.py @@ -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__