diff options
| author | Chris Rebert <[email protected]> | 2015-08-25 14:14:41 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-25 14:14:41 -0700 |
| commit | 927f0227cfa9429b670571f889307aedbf62dd12 (patch) | |
| tree | 36cee3b461c5386a8d18ec4fc1674c27836a3299 | |
| parent | 210e2b8100e0a90e097cd98f1abd7c3bfdc72a8b (diff) | |
| download | bootstrap-927f0227cfa9429b670571f889307aedbf62dd12.tar.xz bootstrap-927f0227cfa9429b670571f889307aedbf62dd12.zip | |
Use non-broken Sass link in docs; fixes part of #17314
[skip sauce]
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 03d634695..de2bcb39b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f <div class="col-sm-4 m-b-lg"> <img src="assets/img/sass.png" alt="Sass support" class="img-responsive"> <h4>Preprocessor</h4> - <p>Bootstrap ships with vanilla CSS, but its source code utilizes <a href="../css/#sass">Sass</a>, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.</p> + <p>Bootstrap ships with vanilla CSS, but its source code utilizes <a href="http://sass-lang.com/">Sass</a>, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.</p> </div> <div class="col-sm-4 m-b-lg"> <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive"> |
