Skip to content

Commit

Permalink
Point locations towards the proper PyPA locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Aug 26, 2014
1 parent 0d92c43 commit e21a15c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,6 +21,6 @@ script:
notifications:
irc:
channels:
- "irc.freenode.org#caremad"
- "irc.freenode.org#pypa-dev"
use_notice: true
skip_join: true
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -7,4 +7,4 @@ Changelog
.. note:: This version is not yet released and is under active development.


.. _`master`: https://github.com/dstufft/packaging/
.. _`master`: https://github.com/pypa/packaging/
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Expand Up @@ -12,12 +12,12 @@ Examples of contributions include:
Extensive contribution guidelines are available in the repository at
``docs/development/index.rst``, or online at:

https://packaging.readthedocs.org/en/latest/development/
https://packaging.pypa.io/en/latest/development/

Security issues
---------------

To report a security issue, please follow the special `security reporting
guidelines`_, do not report them in the public issue tracker.

.. _`security reporting guidelines`: https://packaging.readthedocs.org/en/latest/security/
.. _`security reporting guidelines`: https://packaging.pypa.io/en/latest/security/
7 changes: 3 additions & 4 deletions README.rst
Expand Up @@ -9,9 +9,8 @@ Discussion

If you run into bugs, you can file them in our `issue tracker`_.

You can also join ``#caremad`` on Freenode to ask questions or get
involved.
You can also join ``#pypa`` on Freenode to ask questions or get involved.


.. _`documentation`: https://packaging.readthedocs.org/
.. _`issue tracker`: https://github.com/dstufft/packaging/issues
.. _`documentation`: https://packaging.pypa.io/
.. _`issue tracker`: https://github.com/pypa/packaging/issues
2 changes: 1 addition & 1 deletion packaging/__about__.py
Expand Up @@ -20,7 +20,7 @@

__title__ = "packaging"
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/dstufft/packaging"
__uri__ = "https://github.com/pypa/packaging"

__version__ = "14.0"

Expand Down

0 comments on commit e21a15c

Please sign in to comment.