Skip to content

Commit

Permalink
Fix link to tutorial (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jun 26, 2021
1 parent 015c165 commit e7e3436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $message = $mailer->compose()
$mailer->send($message);
```

See [Yii guide to mailing](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/mailing.md) for more info.
See [Yii guide to mailing](https://github.com/yiisoft/docs/blob/master/guide/en/tutorial/mailing.md) for more info.

### Mailer implementations

Expand Down

0 comments on commit e7e3436

Please sign in to comment.