Skip to content

Commit 5a9b559

Browse files
committed
Small fixes.
1 parent b7dd56b commit 5a9b559

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/commands/codeception.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="bs-callout bs-callout-warning" markdown="1">
44
We do not recommend using Codeception commands directly as they can break the MFTF basic workflow.
5-
All the Codeception commands you need are wrapped using the [`mftf` tool][].
5+
All the Codeception commands you need are wrapped using the [mftf tool][].
66

77
To run the Codeception testing framework commands directly, change your directory to the `<Magento root>`.
88
</div>
@@ -81,5 +81,5 @@ Options:
8181

8282
<!-- Link definitions -->
8383

84-
[`mftf` tool]: mftf.md
84+
[mftf tool]: mftf.md
8585
[annotation]: ../test/annotations.md

docs/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Your Debug Configuration should now be able to run your test and pause execution
3434

3535
<!-- Link definitions -->
3636
[Xdebug]: https://xdebug.org/docs/install
37-
[PHPStorm]: https://github.com/SeleniumHQ/selenium/wiki/PageObjects
37+
[PHPStorm]: https://www.jetbrains.com/phpstorm/

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ allure serve dev/tests/_output/allure-results/
300300
[install Allure]: https://github.com/allure-framework/allure2#download
301301
[java]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
302302
[mftf tests]: introduction.md#mftf-tests
303-
[php]: https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.md#php
303+
[php]: https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#php
304304
[PhpStorm]: https://www.jetbrains.com/phpstorm/
305305
[selenium server]: https://www.seleniumhq.org/download/
306306
[Set up a standalone MFTF]: #set-up-a-standalone-mftf

0 commit comments

Comments
 (0)