diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-07-31 15:15:02 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-07-31 15:15:02 -0400 |
commit | 9727bef049bda9f7aac673450f44d54f3e7ca653 (patch) | |
tree | a2d7ead93847b5b40579c8e03bf1b0dd3f15a326 | |
parent | 89711ac5e3adc1c3cf42affd7dfcd49d1787ad2f (diff) |
update bootstrapcdn links
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | help/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ Usage ----- Download the `bootstrap.min.css` file associated with a theme and replace Bootstrap's default stylesheet. -The themes are also hosted on [BootstrapCDN](http://www.bootstrapcdn.com/). +The themes are also hosted on [BootstrapCDN](http://www.bootstrapcdn.com/bootswatch/). Rails users should check out: diff --git a/help/index.html b/help/index.html index 464dee9a..946777bd 100644 --- a/help/index.html +++ b/help/index.html @@ -105,7 +105,7 @@ <div class="col-lg-9"> <h1 id="quickstart">Quick Start</h1> <p>Using the themes is as easy as downloading a CSS file and replacing the one that comes with <a href="http://getbootstrap.com" target="_blank">Bootstrap</a>.</p> - <p>The themes are also available via CDN at <a href="http://www.bootstrapcdn.com/#bootswatch_tab">BootstrapCDN</a>.</p> + <p>The themes are also available via CDN at <a href="http://www.bootstrapcdn.com/bootswatch/">BootstrapCDN</a>.</p> </div> </div> |