Skip to content

Commit 5a3877a

Browse files
committed
Fixed urls, they changed after moving the repo to gitpython-developers
1 parent a8af40e commit 5a3877a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Although memory maps have many advantages, they represent a very limited system
88

99
## Overview
1010

11-
[![Build Status](https://travis-ci.org/Byron/smmap.svg?branch=master)](https://travis-ci.org/Byron/smmap)
12-
[![Coverage Status](https://coveralls.io/repos/Byron/smmap/badge.png)](https://coveralls.io/r/Byron/smmap)
11+
[![Build Status](https://travis-ci.org/gitpython-developers/smmap.svg?branch=master)](https://travis-ci.org/gitpython-developers/smmap)
12+
[![Coverage Status](https://coveralls.io/repos/gitpython-developers/smmap/badge.png)](https://coveralls.io/r/gitpython-developers/smmap)
1313
[![Issue Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr)](http://www.issuestats.com/github/gitpython-developers/smmap)
1414
[![Issue Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue)](http://www.issuestats.com/github/gitpython-developers/smmap)
1515

@@ -63,7 +63,7 @@ It is advised to have a look at the **Usage Guide** for a brief introduction on
6363

6464
## Homepage and Links
6565

66-
The project is home on github at https://github.com/Byron/smmap .
66+
The project is home on github at https://github.com/gitpython-developers/smmap .
6767

6868
The latest source can be cloned from github as well:
6969

@@ -77,7 +77,7 @@ For support, please use the git-python mailing list:
7777

7878
Issues can be filed on github:
7979

80-
* https://github.com/Byron/smmap/issues
80+
* https://github.com/gitpython-developers/smmap/issues
8181

8282

8383
## License Information

doc/source/intro.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ It is advised to have a look at the :ref:`Usage Guide <tutorial-label>` for a br
5151
##################
5252
Homepage and Links
5353
##################
54-
The project is home on github at `https://github.com/Byron/smmap <https://github.com/Byron/smmap>`_.
54+
The project is home on github at `https://github.com/gitpython-developers/smmap <https://github.com/gitpython-developers/smmap>`_.
5555

5656
The latest source can be cloned from github as well:
5757

@@ -65,7 +65,7 @@ For support, please use the git-python mailing list:
6565

6666
Issues can be filed on github:
6767

68-
* https://github.com/Byron/smmap/issues
68+
* https://github.com/gitpython-developers/smmap/issues
6969

7070
###################
7171
License Information

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if os.path.exists("README.md"):
1414
long_description = codecs.open('README.md', "r", "utf-8").read()
1515
else:
16-
long_description = "See http://github.com/Byron/smmap"
16+
long_description = "See http://github.com/gitpython-developers/smmap"
1717

1818
setup(
1919
name="smmap",

0 commit comments

Comments
 (0)