From f4294bfd0218a181a3c288dba7cb9811a99b9f83 Mon Sep 17 00:00:00 2001 From: Peter Gumeson Date: Tue, 30 Jul 2013 16:46:15 -0700 Subject: [PATCH] Updates to README files to reflect correct repo --- CHANGELOG.md | 1 - CONTRIBUTING.md | 2 +- README.md | 6 +++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab20f001..395dc047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ ## 3.0.0.0 * Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson* -* Namespace scss mixins with `twbs-` (the official new abbr.) - *Peter Gumeson* * Moved javascripts from `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson* ## 2.3.0.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2d14ced..98ab040c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Asset Changes Any changes to `bootstrap-sass` assets (scss, javascripts, fonts) should be checked against the `convert` rake task. -For usage instructions, see the [README](https://github.com/intridea/bootstrap-sass/edit/3.0.0-wip/README.md). +For usage instructions, see the [README](https://github.com/thomas-mcdonald/bootstrap-sass/blob/3/README.md). If something is broken in the converter, it's preferable to update the converter along with the asset itself. diff --git a/README.md b/README.md index 5a1cf8b4..0de7d296 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ In your Gemfile: ```ruby gem 'sass-rails', '~> 3.2.3' -gem 'bootstrap-sass', :git => 'git://github.com/intridea/bootstrap-sass.git', :branch => '3.0.0-wip' +gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3' ``` `bundle install` and restart your server to make the files available. @@ -26,7 +26,7 @@ Here's an example run that would pull down the `3.0.0-wip` branch from the main % bundle exec rake 'convert[3.0.0-wip]' -The latest converter script is located [here](https://github.com/intridea/bootstrap-sass/blob/3.0.0-wip/tasks/converter.rb) and does the following: +The latest converter script is located [here](https://github.com/thomas-mcdonald/bootstrap-sass/blob/3.0.0-wip/tasks/converter.rb) and does the following: * Converts upsteam bootstrap Less files to its matching Scss file. * Copies all upstream javascripts into `vendor/assets/javascripts/bootstrap` @@ -34,7 +34,7 @@ The latest converter script is located [here](https://github.com/intridea/bootst * Copies all upstream font files into `vendor/assets/fonts` This less to scss conversion is pretty good, but not perfect. So manual fixes to the resulting Scss will necessary for now. -See [these github issues](https://github.com/intridea/bootstrap-sass/issues?labels=converter&state=open) tagged with `conversion` which track the current shortcomings of the conversion process. +Please submit Github issues tagged with `conversion` to help track current shortcomings of the conversion process. ## Who bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors).