2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Link to BootstrapCDN and fix its name. (#24987)

This commit is contained in:
XhmikosR
2017-12-16 10:38:51 +02:00
committed by GitHub
parent 6f1e746d70
commit 383221b21b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 %}