Skip to content

Commit 383221b

Browse files
authored
Link to BootstrapCDN and fix its name. (#24987)
1 parent 6f1e746 commit 383221b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/4.0/getting-started/download.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Should you require [build tools]({{ site.baseurl }}/docs/{{ site.docs_version }}
2828

2929
<a href="{{ site.download.source }}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
3030

31-
## Bootstrap CDN
31+
## BootstrapCDN
3232

33-
Skip the download with the Bootstrap CDN to deliver cached version of Bootstrap's compiled CSS and JS to your project.
33+
Skip the download with [BootstrapCDN](https://www.bootstrapcdn.com/) to deliver cached version of Bootstrap's compiled CSS and JS to your project.
3434

3535
{% highlight html %}
3636
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">

docs/4.0/getting-started/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
33
title: Introduction
4-
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.
4+
description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with BootstrapCDN and a template starter page.
55
group: getting-started
66
redirect_from:
77
- /docs/
@@ -13,7 +13,7 @@ toc: true
1313

1414
## Quick start
1515

16-
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/)
16+
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/)
1717

1818
### CSS
1919

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ <h3>Installation</h3>
5151
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
5252
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
5353
{% include icons/download.svg width="32" height="32" class="text-primary mb-2" %}
54-
<h3>Bootstrap CDN</h3>
55-
<p>When you only need to include Bootstrap's compiled CSS or JS, you can use the Bootstrap CDN.</p>
54+
<h3>BootstrapCDN</h3>
55+
<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>
5656

5757
<h5>CSS only</h5>
5858
{% highlight html %}

0 commit comments

Comments
 (0)