Skip to content

Commit

Permalink
Merge pull request rails#249 from kyleslattery/patch-1
Browse files Browse the repository at this point in the history
Fix a broken link in the documentation
  • Loading branch information
schneems committed Feb 23, 2016
2 parents 0de36bb + 4b7713c commit 4205b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/building_an_asset_processing_framework.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building an Asset Processing Framework

This guide is for using a Sprockets::Environment to process assets. You would use this class directly if you were building a feature similar to Rail's asset pipeline. If you aren't building an asset processing frameworks, you will want to refer to the [End User Asset Generation](end_user_asset_generation.md) guide instead. For a reference use of `Sprockets::Environemnt` see [sprockets-rails](github.com/rails/Sprockets-rails).
This guide is for using a Sprockets::Environment to process assets. You would use this class directly if you were building a feature similar to Rail's asset pipeline. If you aren't building an asset processing frameworks, you will want to refer to the [End User Asset Generation](end_user_asset_generation.md) guide instead. For a reference use of `Sprockets::Environemnt` see [sprockets-rails](http://github.com/rails/Sprockets-rails).

## Gzip

Expand Down

0 comments on commit 4205b6d

Please sign in to comment.