summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-22 18:20:30 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-22 18:22:33 +0100
commit5a3877a091d16a064a6ec07b1e41e536580831bb (patch)
tree4a8718cc61d1e7c681f56f97a60ab180d3a1d8d5
parenta8af40edd969d79f1059fef774f5c7d600571999 (diff)
downloadsmmap-5a3877a091d16a064a6ec07b1e41e536580831bb.tar.gz
Fixed urls, they changed after moving the repo to gitpython-developers
-rw-r--r--README.md8
-rw-r--r--doc/source/intro.rst4
-rwxr-xr-xsetup.py2
3 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 84b84af..1c09ecb 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ Although memory maps have many advantages, they represent a very limited system
## Overview
-[![Build Status](https://travis-ci.org/Byron/smmap.svg?branch=master)](https://travis-ci.org/Byron/smmap)
-[![Coverage Status](https://coveralls.io/repos/Byron/smmap/badge.png)](https://coveralls.io/r/Byron/smmap)
+[![Build Status](https://travis-ci.org/gitpython-developers/smmap.svg?branch=master)](https://travis-ci.org/gitpython-developers/smmap)
+[![Coverage Status](https://coveralls.io/repos/gitpython-developers/smmap/badge.png)](https://coveralls.io/r/gitpython-developers/smmap)
[![Issue Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr)](http://www.issuestats.com/github/gitpython-developers/smmap)
[![Issue Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue)](http://www.issuestats.com/github/gitpython-developers/smmap)
@@ -63,7 +63,7 @@ It is advised to have a look at the **Usage Guide** for a brief introduction on
## Homepage and Links
-The project is home on github at https://github.com/Byron/smmap .
+The project is home on github at https://github.com/gitpython-developers/smmap .
The latest source can be cloned from github as well:
@@ -77,7 +77,7 @@ For support, please use the git-python mailing list:
Issues can be filed on github:
-* https://github.com/Byron/smmap/issues
+* https://github.com/gitpython-developers/smmap/issues
## License Information
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index ee3108a..15f5bf0 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -51,7 +51,7 @@ It is advised to have a look at the :ref:`Usage Guide <tutorial-label>` for a br
##################
Homepage and Links
##################
-The project is home on github at `https://github.com/Byron/smmap <https://github.com/Byron/smmap>`_.
+The project is home on github at `https://github.com/gitpython-developers/smmap <https://github.com/gitpython-developers/smmap>`_.
The latest source can be cloned from github as well:
@@ -65,7 +65,7 @@ For support, please use the git-python mailing list:
Issues can be filed on github:
- * https://github.com/Byron/smmap/issues
+ * https://github.com/gitpython-developers/smmap/issues
###################
License Information
diff --git a/setup.py b/setup.py
index c6afc89..267dfc7 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ import smmap
if os.path.exists("README.md"):
long_description = codecs.open('README.md', "r", "utf-8").read()
else:
- long_description = "See http://github.com/Byron/smmap"
+ long_description = "See http://github.com/gitpython-developers/smmap"
setup(
name="smmap",