Skip to content

Commit

Permalink
docs(email-plugin): Fix broken link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 26, 2024
1 parent 8e61fc4 commit e23a161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/reference/core-plugins/email-plugin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ etc. These defaults can be extended by adding custom templates for languages oth
which respond to any of the available [VendureEvents](/reference/typescript-api/events/).

A good way to learn how to create your own email handler is to take a look at the
[source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/default-email-handlers.ts).
[source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
New handler are defined in exactly the same way.

It is also possible to modify the default handler:
Expand Down
2 changes: 1 addition & 1 deletion packages/email-plugin/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ import {
* which respond to any of the available [VendureEvents](/reference/typescript-api/events/).
*
* A good way to learn how to create your own email handler is to take a look at the
* [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/default-email-handlers.ts).
* [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
* New handler are defined in exactly the same way.
*
* It is also possible to modify the default handler:
Expand Down

0 comments on commit e23a161

Please sign in to comment.