From bf4622f37f4d39061a90d4fe452c30081029b42c Mon Sep 17 00:00:00 2001 From: Bermon Painter Date: Thu, 17 Oct 2013 09:10:25 -0400 Subject: [PATCH] Fixes #36. Missing logo.zip Looks like a the image directory was changed to 'img' but the logo.zip didn't get moved to the 'img' directory. --- source/styleguide/brand.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/styleguide/brand.html.haml b/source/styleguide/brand.html.haml index 9a8ae4906..84f42db16 100644 --- a/source/styleguide/brand.html.haml +++ b/source/styleguide/brand.html.haml @@ -13,7 +13,7 @@ title: Brand Guidelines If you have to put the logo on a busy/colorful background, please use one of the reversed (on white) logos. -%p= link_to "Download vector logos", "/assets/img/styleguide/sass-logo.zip", class: "button primary" +%p= link_to "Download vector logos", "/assets/images/styleguide/sass-logo.zip", class: "button primary" %p= partial "/styleguide/brand_license" .logos