diff options
| author | Mark Otto <[email protected]> | 2017-11-06 22:12:24 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-06 22:12:24 -0600 |
| commit | b942dac3ef0cb98a70bd2b7b7b3210c61dd3a7be (patch) | |
| tree | 9a54d4e35c219eb61a31701e9e9d96ba9f684d99 /docs | |
| parent | de754fdc32529c7d964cf0dd44b088ebdbdbc019 (diff) | |
| parent | ccc95d0c96e45d3c6fdcff2e5c52e71e7547405c (diff) | |
| download | bootstrap-b942dac3ef0cb98a70bd2b7b7b3210c61dd3a7be.tar.xz bootstrap-b942dac3ef0cb98a70bd2b7b7b3210c61dd3a7be.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/getting-started/download.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index c93d6dc34..de40145f7 100644 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -15,7 +15,7 @@ Download ready-to-use compiled code for **Bootstrap v{{ site.current_version}}** This doesn't include documentation, source files, or any optional JavaScript dependencies (jQuery and Popper.js). -<a href="{{ site.download.dist }}" class="btn btn-bd-purple" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download</a> +<a href="{{ site.download.dist }}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download</a> ## Source files @@ -26,7 +26,7 @@ Compile Bootstrap with your own asset pipeline by downloading our source Sass, J Should you require [build tools]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/build-tools/#tooling-setup), they are included for developing Bootstrap and its docs, but they're likely unsuitable for your own purposes. -<a href="{{ site.download.source }}" class="btn btn-bd-purple" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> +<a href="{{ site.download.source }}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> ## Bootstrap CDN |
