Skip to content

Commit 6025b5b

Browse files
features.rst: pytest docs are at /en/latest/
not /latest/ Also we might as well use https://
1 parent 22f2bd6 commit 6025b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ on `what markers are`_ and for notes on `using them`_.
277277
278278
279279
.. _pytest-xdist: https://pypi.python.org/pypi/pytest-xdist
280-
.. _pytest documentation: http://pytest.org/latest/fixture.html
280+
.. _pytest documentation: https://pytest.org/en/latest/fixture.html
281281
.. _flask.Flask.test_client: http://flask.pocoo.org/docs/latest/api/#flask.Flask.test_client
282282
.. _flask.Config: http://flask.pocoo.org/docs/latest/api/#flask.Config
283283
.. _Selenium: http://www.seleniumhq.org
284-
.. _what markers are: http://pytest.org/latest/mark.html
285-
.. _using them: http://pytest.org/latest/example/markers.html#marking-whole-classes-or-modules
284+
.. _what markers are: https://pytest.org/en/latest/mark.html
285+
.. _using them: https://pytest.org/en/latest/example/markers.html#marking-whole-classes-or-modules

0 commit comments

Comments
 (0)