Skip to content

Commit 0bbae37

Browse files
committed
1 parent 7ac549b commit 0bbae37

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

PROJECT_INFO.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Category Hyperlink
66
=============== ===============================================================
77
Documentation: See README_
88
Download: http://pypi.python.org/pypi/click-configfile (or: `github archive`_)
9-
Development: https://github.com/jenisys/click-configfile
10-
Issue Tracker: https://github.com/jenisys/click-configfile/issues
9+
Development: https://github.com/click-contrib/click-configfile
10+
Issue Tracker: https://github.com/click-contrib/click-configfile/issues
1111
=============== ===============================================================
1212

1313
.. hint::
1414

1515
The PyPI version is the latest stable version.
1616
Otherwise, use the latest stable tag or the "bleeding edge" from Github.
1717

18-
.. _`github archive`: https://github.com/jenisys/click-configfile/tags
18+
.. _`github archive`: https://github.com/click-contrib/click-configfile/tags
1919
.. _README: README.rst

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Configuration File Support for Click Commands
22
===============================================================================
33

4-
.. image:: https://img.shields.io/travis/jenisys/click-configfile/master.svg
5-
:target: https://travis-ci.org/jenisys/click-configfile
4+
.. image:: https://img.shields.io/travis/click-contrib/click-configfile/master.svg
5+
:target: https://travis-ci.org/click-contrib/click-configfile
66
:alt: Travis CI Build Status
77

88
.. image:: https://ci.appveyor.com/api/projects/status/grwpoape6f2m7ikt?svg=true

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def make_long_description(marker=None, intro=None):
111111
setup(
112112
name="click-configfile",
113113
version=package_version,
114-
url="https://github.com/jenisys/click-configfile",
114+
url="https://github.com/click-contrib/click-configfile",
115115
download_url="https://pypi.python.org/pypi/click-configfile/%s" % package_version,
116116
author="Jens Engel",
117117
author_email="[email protected]",

0 commit comments

Comments
 (0)