Skip to content

Commit af04c86

Browse files
committed
Update link to "Serving Files" header changed previously [ci skip]
Fixes the following error when building guides: Generating active_storage_overview.md as active_storage_overview.html *** BROKEN LINK: #linking-to-files, perhaps you meant #serving-files.
1 parent 54769d5 commit af04c86

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
@@ -722,7 +722,7 @@ Active Storage supports representing a variety of files. You can call
722722
preview of a video or PDF. Before calling `representation`, check if the
723723
attachment can be represented by calling [`representable?`]. Some file formats
724724
can't be previewed by Active Storage out of the box (eg. Word documents); if
725-
`representable?` returns false you may want to [link to](#linking-to-files)
725+
`representable?` returns false you may want to [link to](#serving-files)
726726
the file instead.
727727

728728
```erb

0 commit comments

Comments
 (0)