Skip to content

Commit

Permalink
Fix README broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
abevoelker committed Sep 8, 2023
1 parent e956514 commit 3ab6703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ See the [Devise 4.9 Turbo upgrade guide][] for more info.

If you want to use ActiveJob to send magic link emails asynchronously through
a queuing backend, you can accomplish it the same way you
[enable this functionality in any Devise install][]:
[enable this functionality in any Devise install][devise-activejob]:

```ruby
class User
Expand All @@ -440,7 +440,7 @@ config.log_level = :warn

(Adapted from the [Devise guide on password reset tokens][], which this section also applies to)

[Devise guide on reset password tokens]: https://github.com/heartcombo/devise/blob/main/README.md#password-reset-tokens-and-rails-logs
[Devise guide on password reset tokens]: https://github.com/heartcombo/devise/blob/main/README.md#password-reset-tokens-and-rails-logs

## Alternatives

Expand Down

0 comments on commit 3ab6703

Please sign in to comment.