diff --git a/plugins/bootstrap_plugin.rb b/plugins/bootstrap_plugin.rb index 8b81cbc..bad74a9 100644 --- a/plugins/bootstrap_plugin.rb +++ b/plugins/bootstrap_plugin.rb @@ -4,5 +4,5 @@ get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/css/bootstrap-responsive.css', destination_root('public/stylesheets/bootstrap-responsive.css') get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/js/bootstrap.js', destination_root('public/javascripts/bootstrap.js') get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/js/bootstrap.min.js', destination_root('public/javascripts/bootstrap.min.js') -get 'https://github.com/twitter/bootstrap/blob/master/docs/assets/img/glyphicons-halflings.png', destination_root('public/images/glyphicons-halflings.png') -get 'https://github.com/twitter/bootstrap/blob/master/docs/assets/img/glyphicons-halflings-white.png', destination_root('public/images/glyphicons-halflings-white.png') \ No newline at end of file +get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/img/glyphicons-halflings.png', destination_root('public/images/glyphicons-halflings.png') +get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/img/glyphicons-halflings-white.png', destination_root('public/images/glyphicons-halflings-white.png') \ No newline at end of file