Skip to content

Commit

Permalink
Fix some URLs in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Dec 7, 2016
1 parent d252195 commit 28d4eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include multiple platform-specific Python distributions, meaning that a single p
can be portable across Linux and OS X.

pex files can be built using the ``pex`` tool. Build systems such as `Pants
<http://pantsbuild.github.io/>`_, `Buck <http://facebook.github.io/buck/>`_, and `{py}gradle <https://github.com/linkedin/pygradle>`_ also
<http://pantsbuild.org/>`_, `Buck <http://facebook.github.io/buck/>`_, and `{py}gradle <https://github.com/linkedin/pygradle>`_ also
support building .pex files directly.

Still unsure about what pex does or how it works? Watch this quick lightning
Expand Down Expand Up @@ -113,7 +113,7 @@ is available at https://pex.readthedocs.io.
Development
===========

pex uses `tox <https://testrun.org/tox/latest/>`_ for test and development automation. To run
pex uses `tox <https://testrun.org/tox/en/latest/>`_ for test and development automation. To run
the test suite, just invoke tox:

.. code-block:: bash
Expand All @@ -130,4 +130,4 @@ If you don't have tox, you can generate a pex of tox:
Contributing
============

To contribute, follow these instructions: http://pantsbuild.github.io/howto_contribute.html
To contribute, follow these instructions: http://pantsbuild.org/howto_contribute.html

0 comments on commit 28d4eec

Please sign in to comment.