diff options
| author | Mark Otto <[email protected]> | 2013-07-20 00:11:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-20 00:11:02 -0700 |
| commit | 453346262f879f5e4e37e50b1462de72f3f60f59 (patch) | |
| tree | e03b85d3d8b67953b2fc3243eafbeda573c891fd | |
| parent | e347fffb14595ac980ab083d2649e9bf25870b84 (diff) | |
| parent | c2d3dad15b955146af832ccbb67dd640f9a2544f (diff) | |
| download | bootstrap-453346262f879f5e4e37e50b1462de72f3f60f59.tar.xz bootstrap-453346262f879f5e4e37e50b1462de72f3f60f59.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index b8775ad59..230c00fba 100644 --- a/getting-started.html +++ b/getting-started.html @@ -31,9 +31,9 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex </h4> <p>Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.</p> <h4> - Install with <a href="http://twitter.github.com/bower">Bower</a> + Install with <a href="http://bower.io">Bower</a> </h4> - <p>Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using <a href="http://twitter.github.com/bower">Bower</a>.</p> + <p>Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using <a href="http://bower.io">Bower</a>.</p> {% highlight bash %}$ bower install bootstrap{% endhighlight %} </div> |
