Skip to content

Commit a8795da

Browse files
sliwinski-miloszyoutux
authored andcommitted
Update outdated behat hyperlinks in documentation
1 parent 8c1aa9a commit a8795da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Multiline steps
379379
---------------
380380

381381
As Gherkin, pytest-bdd supports multiline steps
382-
(aka `PyStrings <http://docs.behat.org/guides/1.gherkin.html#pystrings>`_).
382+
(aka `PyStrings <http://behat.org/en/v3.0/user_guide/writing_scenarios.html#pystrings>`_).
383383
But in much cleaner and powerful way:
384384

385385
.. code-block:: gherkin
@@ -482,7 +482,7 @@ Scenario outlines
482482

483483
Scenarios can be parametrized to cover few cases. In Gherkin the variable
484484
templates are written using corner braces as <somevalue>.
485-
`Gherkin scenario outlines <http://docs.behat.org/guides/1.gherkin.html#scenario-outlines>`_ are supported by pytest-bdd
485+
`Gherkin scenario outlines <http://behat.org/en/v3.0/user_guide/writing_scenarios.html#scenario-outlines>`_ are supported by pytest-bdd
486486
exactly as it's described in be behave_ docs.
487487

488488
Example:
@@ -859,7 +859,7 @@ Backgrounds
859859

860860
It's often the case that to cover certain feature, you'll need multiple scenarios. And it's logical that the
861861
setup for those scenarios will have some common parts (if not equal). For this, there are `backgrounds`.
862-
pytest-bdd implements `Gherkin backgrounds <http://docs.behat.org/en/v2.5/guides/1.gherkin.html#backgrounds>`_ for
862+
pytest-bdd implements `Gherkin backgrounds <http://behat.org/en/v3.0/user_guide/writing_scenarios.html#backgrounds>`_ for
863863
features.
864864

865865
.. code-block:: gherkin

0 commit comments

Comments
 (0)