Skip to content

Commit

Permalink
Updating broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 13, 2015
1 parent a4e9db5 commit 127a415
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions knpu/intro.rst
Expand Up @@ -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/
6 changes: 3 additions & 3 deletions knpu/mink-behat.rst
Expand Up @@ -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
.. _`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
2 changes: 1 addition & 1 deletion knpu/mink.rst
Expand Up @@ -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
4 changes: 2 additions & 2 deletions knpu/other-fun-stuff.rst
Expand Up @@ -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
.. _`Behatch Contexts`: https://github.com/Behatch/contexts
.. _source code: https://github.com/Behatch/contexts

0 comments on commit 127a415

Please sign in to comment.