1
0
Fork 0
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:
Zachary Scott 2021-06-23 10:46:45 +09:00
parent 54769d5edc
commit af04c866c2

View file

@ -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