mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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.
This commit is contained in:
parent
54769d5edc
commit
af04c866c2
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ Active Storage supports representing a variety of files. You can call
|
|||
preview of a video or PDF. Before calling `representation`, check if the
|
||||
attachment can be represented by calling [`representable?`]. Some file formats
|
||||
can't be previewed by Active Storage out of the box (eg. Word documents); if
|
||||
`representable?` returns false you may want to [link to](#linking-to-files)
|
||||
`representable?` returns false you may want to [link to](#serving-files)
|
||||
the file instead.
|
||||
|
||||
```erb
|
||||
|
|
Loading…
Reference in a new issue