diff options
| author | XhmikosR <[email protected]> | 2020-06-16 19:37:42 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-16 19:37:42 +0300 |
| commit | 96aa924d3700997f812079b0bc133083673b0f24 (patch) | |
| tree | e616693fec41648fbe0766263c393f8cfd78f79e | |
| parent | 3b66bbeddc68fe701c23fa5aa3337c0b6711c583 (diff) | |
| download | bootstrap-96aa924d3700997f812079b0bc133083673b0f24.tar.xz bootstrap-96aa924d3700997f812079b0bc133083673b0f24.zip | |
Fix BootstrapCDN's name (#31049)
| -rw-r--r-- | site/content/docs/5.0/customize/overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/overview.md b/site/content/docs/5.0/customize/overview.md index 1741562d1..0f7e09e10 100644 --- a/site/content/docs/5.0/customize/overview.md +++ b/site/content/docs/5.0/customize/overview.md @@ -27,7 +27,7 @@ There are multiple ways to customize Bootstrap. Your best path can depend on you Our two preferred methods are: 1. Using Bootstrap [via package manager]({{< docsref "/getting-started/download#package-managers" >}}) so you can use and extend our source files. -2. Using Bootstrap's compiled distribution files or the [Bootstrap CDN]({{< docsref "/getting-started/download#bootstrapcdn" >}}) so you can add onto or override Bootstrap's styles. +2. Using Bootstrap's compiled distribution files or the [BootstrapCDN]({{< docsref "/getting-started/download#bootstrapcdn" >}}) so you can add onto or override Bootstrap's styles. While we cannot go into details here on how to use every package manager, we can give some guidance on [using Bootstrap with your own Sass compiler]({{< docsref "/customize/sass" >}}). |
