From 63909cacb1544e292e27d7f7b5991e74636ca864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20M=C3=BCller?= Date: Tue, 15 Aug 2017 03:08:31 +0200 Subject: [PATCH] Remove remaining v4 alpha references (#23414) * Remove remaining references to v4 Alpha This commit removes the remaining refrences to the v4 Alpha website and replaces them with the corresponding v4 Beta ones. **Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future? * Don't update the domain in the CNAME file --- README.md | 6 +++--- scss/_reboot.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 215d98b7c9..552066cc25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- - + +

Bootstrap

@@ -8,7 +8,7 @@

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs » + Explore Bootstrap docs »

Bootstrap Themes diff --git a/scss/_reboot.scss b/scss/_reboot.scss index e411e92158..1d09ce89a4 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -272,7 +272,7 @@ svg:not(:root) { // DON'T remove the click delay when `` is present. // However, they DO support removing the click delay via `touch-action: manipulation`. // See: -// * https://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch +// * https://getbootstrap.com/docs/4.0/content/reboot/#click-delay-optimization-for-touch // * http://caniuse.com/#feat=css-touch-action // * https://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay