Skip to content

Commit

Permalink
fix: resolve dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Feb 1, 2024
1 parent db0cd73 commit 4598aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/boring-stack/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ The password is stored using the bcrypt algorithm and handled by the password he

## Provider authentication

Using [Sails Wish](/wish), The Boring Stack supports third-party authentication allowing you to easily add SSO(Single Sign On) to your application. Out of the box The Boring Stack supports [OAuth with Google](/wish/google). You can easily setup [OAuth with GitHub](/wish/github) as well.
Using [Sails Wish](/wish/), The Boring Stack supports third-party authentication allowing you to easily add SSO(Single Sign On) to your application. Out of the box The Boring Stack supports [OAuth with Google](/wish/google). You can easily setup [OAuth with GitHub](/wish/github) as well.
4 changes: 2 additions & 2 deletions docs/boring-stack/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Sending transactional emails plays a crucial role in keeping users informed abou
- **Password Reset Requests:** Notifying users and providing a secure link to reset their passwords.
- **Order Confirmations:** Informing users about successful purchases with order details.

Sending emails in The Boring JavaScript is powered by the [Sails Mail](/mail) hook.
Sending emails in The Boring JavaScript is powered by the [Sails Mail](/mail/) hook.

::: info
Learn all about [Sails Mail](/mail) in the Mail docs.
Learn all about [Sails Mail](/mail/) in the Mail docs.
:::

## Sending emails
Expand Down

0 comments on commit 4598aa7

Please sign in to comment.