Skip to content

Commit 9b9b661

Browse files
authored
Fix link to Codeception\Module reference (Codeception#424)
1 parent 319d41d commit 9b9b661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-ModulesAndHelpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ or after the test is finished. This can be useful for bootstrap/cleanup actions.
303303
You can also define special behavior for when the test fails. This may help you in debugging the issue.
304304
For example, the PhpBrowser module saves the current webpage to the `tests/_output` directory when a test fails.
305305
306-
All hooks are defined in [Codeception\Module](http://codeception.com/docs/reference/Commands) and are listed here. You are free to redefine them in your module.
306+
All hooks are defined in [Codeception\Module](https://codeception.com/docs/reference/Module) and are listed here. You are free to redefine them in your module.
307307
308308
{% highlight php %}
309309

0 commit comments

Comments
 (0)