Skip to content

Commit 7893428

Browse files
authored
Merge pull request rails#42518 from ashiksp/fix-wrong-reference
[ci skip] Fixed wrong reference link in active storage guide.
2 parents 40c0a5e + e81dc25 commit 7893428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_storage_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ even if a `before_action` in your `ApplicationController` would otherwise
561561
require a login. If your files require a higher level of protection consider
562562
implementing your own authenticated
563563
[`ActiveStorage::Blobs::RedirectController`](ActiveStorage::Blobs::RedirectController) and
564-
[`ActiveStorage::Representations::RedirectController`](ActiveStorage::Blobs::RedirectController)
564+
[`ActiveStorage::Representations::RedirectController`](ActiveStorage::Representations::RedirectController)
565565

566566
To create a download link, use the `rails_blob_{path|url}` helper. Using this
567567
helper allows you to set the disposition.

0 commit comments

Comments
 (0)