Skip to content

Commit

Permalink
Fix link to configuring.html#config-assets-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hachi8833 committed Apr 10, 2023
1 parent b6e4176 commit 26f6a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/asset_pipeline.md
Expand Up @@ -332,7 +332,7 @@ Other locations could by configured in the `manifest.js` file, refer to the [Man
#### Search Paths
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
[`Rails.application.config.assets.paths`](`config.assets.paths`) in the Rails console.
[`Rails.application.config.assets.paths`](configuring.html#config-assets-paths) in the Rails console.
#### Using Index Files as proxies for folders
Expand Down

0 comments on commit 26f6a1c

Please sign in to comment.