diff --git a/knpu/intro.rst b/knpu/intro.rst index e6e4cf7..9e19235 100644 --- a/knpu/intro.rst +++ b/knpu/intro.rst @@ -274,9 +274,9 @@ to do really complex Browser tasks, and much more. So, keep going! .. _`free course`: http://bit.ly/KnpU-Composer .. _`gist`: http://bit.ly/behat-mink-composer .. _`download Composer`: http://getcomposer.org/download/ -.. _`Symfony2 Extension`: http://extensions.behat.org/symfony2/ +.. _`Symfony2 Extension`: https://github.com/Behat/Symfony2Extension .. _`Configuration - behat.yml`: http://docs.behat.org/guides/7.config.html -.. _`MinkExtension`: http://extensions.behat.org/mink/ +.. _`MinkExtension`: https://github.com/Behat/MinkExtension .. _`Gherkin`: http://docs.behat.org/guides/1.gherkin.html .. _`Goutte`: https://github.com/fabpot/Goutte .. _`download Selenium Server`: http://seleniumhq.org/download/ \ No newline at end of file diff --git a/knpu/mink-behat.rst b/knpu/mink-behat.rst index 9767393..30c4ab7 100644 --- a/knpu/mink-behat.rst +++ b/knpu/mink-behat.rst @@ -408,6 +408,6 @@ And just like with the Gherkin scenarios, there is no difference between using ``Given``, ``When`` or ``Then``: use whichever one sounds most natural to you. -.. _`MinkExtension Documentation Page`: http://extensions.behat.org/mink/ -.. _`its documentation`: http://extensions.behat.org/mink/#additional-parameters -.. _`Extension`: https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/Extension.php#L132 \ No newline at end of file +.. _`MinkExtension Documentation Page`: https://github.com/Behat/MinkExtension/blob/master/doc/index.rst +.. _`its documentation`: https://github.com/Behat/MinkExtension/blob/master/doc/index.rst#additional-parameters +.. _`Extension`: https://github.com/Behat/MinkExtension/blob/1.3/src/Behat/MinkExtension/Extension.php#L173 \ No newline at end of file diff --git a/knpu/mink.rst b/knpu/mink.rst index 1049f54..af87873 100644 --- a/knpu/mink.rst +++ b/knpu/mink.rst @@ -269,5 +269,5 @@ you've found the element you need, do something with it - like calling the ``click`` method or getting its text via ``getText``. -.. _`Mink API docs`: http://mink.behat.org/api/ +.. _`Mink API docs`: http://web.archive.org/web/20140701093815/http://mink.behat.org/api/ .. _Goutte: https://github.com/fabpot/Goutte diff --git a/knpu/other-fun-stuff.rst b/knpu/other-fun-stuff.rst index e2ddde6..5109ffa 100644 --- a/knpu/other-fun-stuff.rst +++ b/knpu/other-fun-stuff.rst @@ -288,5 +288,5 @@ except those with a tag, or any other logical combination you can think of: ./bin/behat --tags=list -.. _`Behatch Contexts`: http://extensions.behat.org/behatch-contexts/ -.. _source code: https://github.com/sanpii/behatch-contexts \ No newline at end of file +.. _`Behatch Contexts`: https://github.com/Behatch/contexts +.. _source code: https://github.com/Behatch/contexts \ No newline at end of file