1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02: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

View File

@@ -30,7 +30,7 @@ Should you require [build tools]({{ site.baseurl }}/docs/{{ site.docs_version }}
## BootstrapCDN ## BootstrapCDN
Skip the download with the Bootstrap CDN to deliver cached version of Bootstrap's compiled CSS and JS to your project. Skip the download with [BootstrapCDN](https://www.bootstrapcdn.com/) to deliver cached version of Bootstrap's compiled CSS and JS to your project.
{% highlight html %} {% highlight html %}
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous"> <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">

View File

@@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
title: Introduction title: Introduction
description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with the Bootstrap CDN and a template starter page. description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with BootstrapCDN and a template starter page.
group: getting-started group: getting-started
redirect_from: redirect_from:
- /docs/ - /docs/
@@ -13,7 +13,7 @@ toc: true
## Quick start ## Quick start
Looking to quickly add Bootstrap to your project? Use the Bootstrap CDN, provided for free by the folks at MaxCDN. Using a package manager or need to download the source files? [Head to the downloads page.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/) Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at MaxCDN. Using a package manager or need to download the source files? [Head to the downloads page.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/)
### CSS ### CSS

View File

@@ -52,7 +52,7 @@ gem install bootstrap -v {{ site.current_ruby_version }}
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons --> <!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
{% include icons/download.svg width="32" height="32" class="text-primary mb-2" %} {% include icons/download.svg width="32" height="32" class="text-primary mb-2" %}
<h3>BootstrapCDN</h3> <h3>BootstrapCDN</h3>
<p>When you only need to include Bootstrap's compiled CSS or JS, you can use the Bootstrap CDN.</p> <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> <h5>CSS only</h5>
{% highlight html %} {% highlight html %}