Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-12-16 11:38:51 +0300
committerGitHub <noreply@github.com>2017-12-16 11:38:51 +0300
commit383221b21bb12c635ce466f10b034aed6e8f415c (patch)
tree6ede9aa5dff4fb30eb01638271ea6aa4a64ae68e /index.html
parent6f1e746d70649e17956b0db03f5cd127e5012fab (diff)
Link to BootstrapCDN and fix its name. (#24987)
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 54b069fd92..14f521b4d5 100644
--- a/index.html
+++ b/index.html
@@ -51,8 +51,8 @@ gem install bootstrap -v {{ site.current_ruby_version }}
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
{% include icons/download.svg width="32" height="32" class="text-primary mb-2" %}
- <h3>Bootstrap CDN</h3>
- <p>When you only need to include Bootstrap's compiled CSS or JS, you can use the Bootstrap CDN.</p>
+ <h3>BootstrapCDN</h3>
+ <p>When you only need to include Bootstrap's compiled CSS or JS, you can use <a href="https://www.bootstrapcdn.com/">BootstrapCDN</a>.</p>
<h5>CSS only</h5>
{% highlight html %}