Skip to content

Commit 26f6a1c

Browse files
committed
Fix link to configuring.html#config-assets-paths
1 parent b6e4176 commit 26f6a1c

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)