From 3ab6703820740e300db406c117dd66df64594326 Mon Sep 17 00:00:00 2001 From: Abe Voelker <_@abevoelker.com> Date: Fri, 8 Sep 2023 14:39:17 -0500 Subject: [PATCH] Fix README broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 737c197..30b0c1c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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