Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandrok <landrok@users.noreply.github.com>2018-09-18 18:07:56 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-18 18:07:56 +0300
commitd7f75b5f83146576559a6709e28efeb996d39d9a (patch)
tree14a8c3598e8e7bf2078a1419879aded3aadcfbd4
parent2c2ac3356425e192f7537227508c809a14aa5850 (diff)
Fix broken links to Less and Sass (#24933)
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 986766b210..20c31ac2d6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -27,7 +27,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
<div class="col-sm-4">
<img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
<h3>Preprocessors</h3>
- <p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p>
+ <p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../{{ site.docs_version }}/css/#less">Less</a> and <a href="../{{ site.docs_version }}/css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p>
</div>
<div class="col-sm-4">
<img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive">