Skip to content

Commit 79f5d99

Browse files
authored
Merge pull request rails#47905 from hachi8833/fix_url_asset_pipeline_guide
Docs: Fix link to configuring.html#config-assets-paths [ci-skip]
2 parents b6e4176 + 26f6a1c commit 79f5d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/asset_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Other locations could by configured in the `manifest.js` file, refer to the [Man
332332
#### Search Paths
333333
334334
When a file is referenced from a manifest or a helper, Sprockets searches all of the locations specified in `manifest.js` for it. You can view the search path by inspecting
335-
[`Rails.application.config.assets.paths`](`config.assets.paths`) in the Rails console.
335+
[`Rails.application.config.assets.paths`](configuring.html#config-assets-paths) in the Rails console.
336336
337337
#### Using Index Files as proxies for folders
338338

0 commit comments

Comments
 (0)