Skip to content

Commit

Permalink
update links (#6544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Aug 8, 2022
1 parent 30c5ed8 commit 0ce6194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/README.md
Expand Up @@ -115,7 +115,7 @@ It is also possible to skip recording of steps for specified tests by using the
public function testLogin(AcceptanceTester $I)
{
$I->login();
$I->amOnUrl('http://codeception.com');
$I->amOnUrl('https://codeception.com');
}
```

Expand Down
2 changes: 1 addition & 1 deletion ext/Recorder.php
Expand Up @@ -63,7 +63,7 @@
* public function testLogin(AcceptanceTester $I)
* {
* $I->login();
* $I->amOnUrl('http://codeception.com');
* $I->amOnUrl('https://codeception.com');
* }
* ```
*
Expand Down

0 comments on commit 0ce6194

Please sign in to comment.