From 383221b21bb12c635ce466f10b034aed6e8f415c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 16 Dec 2017 10:38:51 +0200 Subject: [PATCH] Link to BootstrapCDN and fix its name. (#24987) --- docs/4.0/getting-started/download.md | 4 ++-- docs/4.0/getting-started/introduction.md | 4 ++-- index.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index de40145f7f..4d90d1ef53 100644 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -28,9 +28,9 @@ Should you require [build tools]({{ site.baseurl }}/docs/{{ site.docs_version }} Download source -## Bootstrap CDN +## 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 %} diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md index 604c3f5258..6a24287047 100644 --- a/docs/4.0/getting-started/introduction.md +++ b/docs/4.0/getting-started/introduction.md @@ -1,7 +1,7 @@ --- layout: docs 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 redirect_from: - /docs/ @@ -13,7 +13,7 @@ toc: true ## 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 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 }}
{% include icons/download.svg width="32" height="32" class="text-primary mb-2" %} -

Bootstrap CDN

-

When you only need to include Bootstrap's compiled CSS or JS, you can use the Bootstrap CDN.

+

BootstrapCDN

+

When you only need to include Bootstrap's compiled CSS or JS, you can use BootstrapCDN.

CSS only
{% highlight html %} -- 2.47.2