diff options
| author | Mark Otto <[email protected]> | 2013-07-19 21:42:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-19 21:42:30 -0700 |
| commit | c2d3dad15b955146af832ccbb67dd640f9a2544f (patch) | |
| tree | c35ce19e6a5a6f36e6d90c541cf10785f83222b0 | |
| parent | 7c5f7a4e82e2c58e833b3ad7682033c906f906db (diff) | |
| parent | 0f8d6e3112dae2e84a8aa083e3cb45a3cea9d603 (diff) | |
| download | bootstrap-c2d3dad15b955146af832ccbb67dd640f9a2544f.tar.xz bootstrap-c2d3dad15b955146af832ccbb67dd640f9a2544f.zip | |
Merge pull request #8533 from frabrunelle/bower-link
update links to bower
| -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> |
