Skip to content

Commit ee1ea25

Browse files
committed
Fix and update links
1 parent 8877927 commit ee1ea25

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

README.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-echo
44

55

66
.. image:: https://badge.fury.io/py/pytest-echo.svg
7-
:target: http://badge.fury.io/py/pytest-echo
7+
:target: https://pypi.org/project/pytest-echo/
88
:alt: PyPI package
99

1010

@@ -152,33 +152,33 @@ Links
152152
+--------------------+-----------------+---------------+----------------+
153153
| Development | |dev-build| | |dev-cov| | |dev-doc| |
154154
+--------------------+-----------------+---------------+----------------+
155-
| Project home page: | https://github.com/saxix/pytest-echo |
155+
| Project home page: | https://github.com/pytest-dev/pytest-echo |
156156
+--------------------+--------------------------------------------------+
157-
| Issue tracker: | https://github.com/saxix/pytest-echo/issues?sort |
157+
| Issue tracker: | https://github.com/pytest-dev/pytest-echo/issues |
158158
+--------------------+--------------------------------------------------+
159-
| CI: | https://travis-ci.org/saxix/pytest-echo |
159+
| CI: | https://travis-ci.org/pytest-dev/pytest-echo |
160160
+--------------------+--------------------------------------------------+
161-
| Download: | http://pypi.python.org/pypi/pytest-echo/ |
161+
| Download: | https://pypi.org/project/pytest-echo/ |
162162
+--------------------+--------------------------------------------------+
163-
| Documentation: | https://pytest-echo.readthedocs.org/en/latest/ |
163+
| Documentation: | https://pytest-echo.readthedocs.io/en/latest/ |
164164
+--------------------+--------------------------------------------------+
165165

166166

167-
.. |master-build| image:: https://secure.travis-ci.org/saxix/pytest-echo.png?branch=master
168-
:target: http://travis-ci.org/saxix/pytest-echo/
167+
.. |master-build| image:: https://travis-ci.org/pytest-dev/pytest-echo.svg?branch=master
168+
:target: https://travis-ci.org/pytest-dev/pytest-echo
169169

170-
.. |master-cov| image:: https://codecov.io/gh/saxix/pytest-echo/branch/master/graph/badge.svg
171-
:target: https://codecov.io/gh/saxix/pytest-echo
170+
.. |master-cov| image:: https://codecov.io/gh/pytest-dev/pytest-echo/branch/master/graph/badge.svg
171+
:target: https://codecov.io/gh/pytest-dev/pytest-echo
172172

173173
.. |master-doc| image:: https://readthedocs.org/projects/pytest-echo/badge/?version=stable
174-
:target: http://pytest-echo.readthedocs.io/en/stable/
174+
:target: https://pytest-echo.readthedocs.io/en/stable/
175175

176-
.. |dev-build| image:: https://secure.travis-ci.org/saxix/pytest-echo.png?branch=develop
177-
:target: http://travis-ci.org/saxix/pytest-echo/
176+
.. |dev-build| image:: https://travis-ci.org/pytest-dev/pytest-echo.svg?branch=develop
177+
:target: https://travis-ci.org/pytest-dev/pytest-echo
178178

179-
.. |dev-cov| image:: https://codecov.io/gh/saxix/pytest-echo/branch/develop/graph/badge.svg
180-
:target: https://codecov.io/gh/saxix/pytest-echo
179+
.. |dev-cov| image:: https://codecov.io/gh/pytest-dev/pytest-echo/branch/develop/graph/badge.svg
180+
:target: https://codecov.io/gh/pytest-dev/pytest-echo
181181

182182
.. |dev-doc| image:: https://readthedocs.org/projects/pytest-echo/badge/?version=latest
183-
:target: http://pytest-echo.readthedocs.io/en/latest/
183+
:target: https://pytest-echo.readthedocs.io/en/latest/
184184

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# What Python version is installed where:
2-
# http://www.appveyor.com/docs/installed-software#python
2+
# https://www.appveyor.com/docs/build-environment/#python
33

44
environment:
55
matrix:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@
243243

244244

245245
# Example configuration for intersphinx: refer to the Python standard library.
246-
intersphinx_mapping = {'http://docs.python.org/': None}
246+
intersphinx_mapping = {'https://docs.python.org/': None}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
version=__version__,
1313
author='Stefano Apostolico',
1414
author_email='[email protected]',
15-
url='https://github.com/saxix/pytest-echo',
15+
url='https://github.com/pytest-dev/pytest-echo',
1616
py_modules=['pytest_echo'],
1717
entry_points={'pytest11': ['echo = pytest_echo']},
1818
install_requires=['pytest>=2.2'],

0 commit comments

Comments
 (0)