Skip to content

Commit 9a68681

Browse files
committed
Point doc links in README to docs.pytest.org
1 parent 0b8a91b commit 9a68681

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. image:: http://pytest.org/latest/_static/pytest1.png
2-
:target: http://pytest.org
1+
.. image:: http://docs.pytest.org/en/latest/_static/pytest1.png
2+
:target: http://docs.pytest.org
33
:align: center
44
:alt: pytest
55

@@ -51,33 +51,33 @@ To execute it::
5151
test_sample.py:5: AssertionError
5252
======= 1 failed in 0.12 seconds ========
5353

54-
Due to ``py.test``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started <http://pytest.org/latest/getting-started.html#our-first-test-run>`_ for more examples.
54+
Due to ``py.test``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started <http://docs.pytest.org/en/latest/getting-started.html#our-first-test-run>`_ for more examples.
5555

5656

5757
Features
5858
--------
5959

60-
- Detailed info on failing `assert statements <http://pytest.org/latest/assert.html>`_ (no need to remember ``self.assert*`` names);
60+
- Detailed info on failing `assert statements <http://docs.pytest.org/en/latest/assert.html>`_ (no need to remember ``self.assert*`` names);
6161

6262
- `Auto-discovery
63-
<http://pytest.org/latest/goodpractices.html#python-test-discovery>`_
63+
<http://docs.pytest.org/en/latest/goodpractices.html#python-test-discovery>`_
6464
of test modules and functions;
6565

66-
- `Modular fixtures <http://pytest.org/latest/fixture.html>`_ for
66+
- `Modular fixtures <http://docs.pytest.org/en/latest/fixture.html>`_ for
6767
managing small or parametrized long-lived test resources;
6868

69-
- Can run `unittest <http://pytest.org/latest/unittest.html>`_ (or trial),
70-
`nose <http://pytest.org/latest/nose.html>`_ test suites out of the box;
69+
- Can run `unittest <http://docs.pytest.org/en/latest/unittest.html>`_ (or trial),
70+
`nose <http://docs.pytest.org/en/latest/nose.html>`_ test suites out of the box;
7171

7272
- Python2.6+, Python3.2+, PyPy-2.3, Jython-2.5 (untested);
7373

74-
- Rich plugin architecture, with over 150+ `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_ and thriving community;
74+
- Rich plugin architecture, with over 150+ `external plugins <http://docs.pytest.org/en/latest/plugins.html#installing-external-plugins-searching>`_ and thriving community;
7575

7676

7777
Documentation
7878
-------------
7979

80-
For full documentation, including installation, tutorials and PDF documents, please see http://pytest.org.
80+
For full documentation, including installation, tutorials and PDF documents, please see http://docs.pytest.org.
8181

8282

8383
Bugs/Requests
@@ -89,7 +89,7 @@ Please use the `GitHub issue tracker <https://github.com/pytest-dev/pytest/issue
8989
Changelog
9090
---------
9191

92-
Consult the `Changelog <http://pytest.org/latest/changelog.html>`_ page for fixes and enhancements of each version.
92+
Consult the `Changelog <http://docs.pytest.org/en/latest/changelog.html>`_ page for fixes and enhancements of each version.
9393

9494

9595
License

0 commit comments

Comments
 (0)