Skip to content

Commit a91846e

Browse files
authored
Update HTTP auth resource in Rails assignment (#29832)
1 parent 236e0dc commit a91846e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_on_rails/forms_and_authentication/sessions_cookies_authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Configuration will be dependent on your use case. Do you want to make the user
186186
1. Watch this video to [dive deep into sessions](https://www.youtube.com/watch?v=mqUbnZIY3OQ).
187187
1. Read sections 5 and 6 of the [Rails Guides on Controllers](http://guides.rubyonrails.org/action_controller_overview.html#session). Don't worry too much about the details of `session_store` configurations in 5.1 right now.
188188
1. Read section 7 of the [Rails Guides on Controllers](https://guides.rubyonrails.org/action_controller_overview.html#controller-callbacks) to understand controller filters.
189-
1. Read section 11 of the [Rails Guides (v7.2) on Controllers](https://guides.rubyonrails.org/v7.2/action_controller_overview.html#http-authentications) to understand more about authentication.
189+
1. Read section 4 of the [Rails Guides on Controller Advanced Topics](https://guides.rubyonrails.org/action_controller_advanced_topics.html#http-authentication) to understand more about authentication.
190190
1. Glance over the [Devise Documentation](https://github.com/plataformatec/devise). Read about how to install it in your Rails App and what the different modules do. You'll be using it with upcoming projects.
191191

192192
</div>

0 commit comments

Comments
 (0)