Skip to content

Commit

Permalink
Fixes sass#36. Missing logo.zip
Browse files Browse the repository at this point in the history
Looks like a the image directory was changed to 'img' but the logo.zip didn't get moved to the 'img' directory.
  • Loading branch information
bpainter committed Oct 17, 2013
1 parent e695c3f commit d56bd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/styleguide/brand.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d56bd3e

Please sign in to comment.