Skip to content

Commit

Permalink
Merge pull request #16 from pytest-dev/fixed_links_after_transfer
Browse files Browse the repository at this point in the history
Pytest-slack transferred to pytest-dev, links fixed
  • Loading branch information
LaserPhaser committed May 2, 2019
2 parents dd00645 + 948cebc commit d0da89e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ deploy:
secure: EcsTJOF8jrSb8YbiZsu7gxtTcFyNeBBBEx1E98dmJPR/lEISddMwDxHYRdo9U+i5vHcfgymw8ZnqOCpFkgyyFksm8LT1rgrhV0bmVBVwU1WiAGH5bCPshP2XK8otfPeV6E7kqzs06DBDR1YdPKqswouVzJOg9LOrH8aqlfdbiVWZ6E+O8OUqZgLMO2xYsjlkI03Iu7ClxsMa8Q91IT8YzAvhLajxlWTx0RLyil360s6tsscdRAsFB5q2P734NoWFnhfWdiV2nIbufnM61kNm/FYEb6vWJuvqQ4+BcVkXlaweCQ3oN2PvxhM8oQhJN3IwXLB5Qq2mNlNFjDgLUyylQJEkWzTNr/84XrLZAwfuVgtshXqWzjmUJx+5SYXOhDZD/ThrUNR1e3SNW5ZJv2Fv96TCp5PKRxvZPxJo148BlQ/f6L08o9hzkG/RXU08PbLHsqNqWU1KP+LrKOzNtlMsfKpTcg/6Z2AzmURyk8rmj6tczNFToiuJJdoeNJdvY55H8tPfv5TSziizvAm0HrEqHiMoV+tRCdjJ8nQe3dCIHZmOz1bDV6ocB5yS7RG0G2MPYrh+5ERp5PxMmD4i6ckhQdGAL3M+vFSWSnH17rpGwAtTVqzSX2oJkwgVJiDLMPWRdEvDE7KPXcOSzE8go0ASPHLEgLhGUmV2DvSlDtpYHjs=
on:
tags: true
repo: ArseniyAntonov/pytest-slack
repo: pytest-dev/pytest-slack
python: 3.6
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/ArseniyAntonov/pytest-slack/issues.
Report bugs at https://github.com/pytest-dev/pytest-slack/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/ArseniyAntonov/pytest-slack/issues.
The best way to send feedback is to file an issue at https://github.com/pytest-dev/pytest-slack/issues.

If you are proposing a feature:

Expand Down Expand Up @@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
https://travis-ci.org/ArseniyAntonov/pytest-slack/pull_requests
https://travis-ci.org/pytest-dev/pytest-slack/pull_requests
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ pytest-slack
.. image:: https://img.shields.io/pypi/v/pytest-slack.svg
:target: https://pypi.python.org/pypi/pytest-slack

.. image:: https://img.shields.io/travis/ArseniyAntonov/pytest-slack.svg
:target: https://travis-ci.org/ArseniyAntonov/pytest-slack
.. image:: https://img.shields.io/travis/pytest-dev/pytest-slack.svg
:target: https://travis-ci.org/pytest-dev/pytest-slack

.. image:: https://codecov.io/gh/ArseniyAntonov/pytest-slack/branch/master/graph/badge.svg
:target: https://codecov.io/gh/ArseniyAntonov/pytest-slack
.. image:: https://codecov.io/gh/pytest-dev/pytest-slack/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pytest-dev/pytest-slack

.. image:: https://readthedocs.org/projects/pytest-slack/badge/?version=latest
:target: https://pytest-slack.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/ArseniyAntonov/pytest-slack/shield.svg
:target: https://pyup.io/repos/github/ArseniyAntonov/pytest-slack/
.. image:: https://pyup.io/repos/github/pytest-dev/pytest-slack/shield.svg
:target: https://pyup.io/repos/github/pytest-dev/pytest-slack/
:alt: Updates


Expand Down Expand Up @@ -69,11 +69,11 @@ Example

All kind of problems:

.. image:: https://raw.githubusercontent.com/ArseniyAntonov/pytest-slack/master/img/failed.png
.. image:: https://raw.githubusercontent.com/pytest-dev/pytest-slack/master/img/failed.png

Passed test:

.. image:: https://raw.githubusercontent.com/ArseniyAntonov/pytest-slack/master/img/success.png
.. image:: https://raw.githubusercontent.com/pytest-dev/pytest-slack/master/img/success.png


----
Expand All @@ -82,7 +82,7 @@ $ pytest tests --slack_hook=https://hooks.slack.com/services/... --slack_channel

Passed test with link:

.. image:: https://raw.githubusercontent.com/ArseniyAntonov/pytest-slack/master/img/success_link.png
.. image:: https://raw.githubusercontent.com/pytest-dev/pytest-slack/master/img/success_link.png



Expand All @@ -94,7 +94,7 @@ Issues
If you encounter any problems, please `file an issue`_ along with a detailed description.

.. _`slack hook`: https://get.slack.help/hc/en-us/articles/115005265063-Incoming-WebHooks-for-Slack
.. _`file an issue`: https://github.com/arseniyantonov/pytest-slack/issues
.. _`file an issue`: https://github.com/pytest-dev/pytest-slack/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.python.org/pypi/pip/
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/ArseniyAntonov/pytest-slack
$ git clone git://github.com/pytest-dev/pytest-slack
Or download the `tarball`_:

.. code-block:: console
$ curl -OL https://github.com/ArseniyAntonov/pytest-slack/tarball/master
$ curl -OL https://github.com/pytest-dev/pytest-slack/tarball/master
Once you have a copy of the source, you can install it with:

Expand All @@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
.. _Github repo: https://github.com/ArseniyAntonov/pytest-slack
.. _tarball: https://github.com/ArseniyAntonov/pytest-slack/tarball/master
.. _Github repo: https://github.com/pytest-dev/pytest-slack
.. _tarball: https://github.com/pytest-dev/pytest-slack/tarball/master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ArseniyAntonov/pytest-slack',
url='https://github.com/pytest-dev/pytest-slack',
version='1.0.2',
zip_safe=False,
entry_points={
Expand Down

0 comments on commit d0da89e

Please sign in to comment.