From 4b7713c462fd299f1df1c34ebdc3ce879023c943 Mon Sep 17 00:00:00 2001 From: Kyle Slattery Date: Tue, 23 Feb 2016 14:16:43 -0500 Subject: [PATCH] Fix a broken link in the documentation --- guides/building_an_asset_processing_framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/building_an_asset_processing_framework.md b/guides/building_an_asset_processing_framework.md index 35005005d..adfa21255 100644 --- a/guides/building_an_asset_processing_framework.md +++ b/guides/building_an_asset_processing_framework.md @@ -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