From 0508da1acb9095b866a76983bf125722508861ca Mon Sep 17 00:00:00 2001 From: schneems Date: Tue, 26 Aug 2014 10:43:22 -0500 Subject: [ci skip] use NOTE instead of Note --- guides/source/asset_pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index a2927a50e9..15ec8e1feb 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -960,7 +960,7 @@ asset host in Rails, you need to set `config.action_controller.asset_host` in config.action_controller.asset_host = 'mycdnsubdomain.fictional-cdn.com' ``` -Note: You only need to provide the "host", this is the subdomain and root +NOTE: You only need to provide the "host", this is the subdomain and root domain, you do not need to specify a protocol or "scheme" such as `http://` or `https://`. When a web page is requested, the protocol in the link to your asset that is generated will match how the webpage is accessed by default. -- cgit v1.2.3