diff options
| author | Chris Rebert <[email protected]> | 2014-01-20 13:55:07 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-20 13:55:07 -0800 |
| commit | ece15cb010441c2cec7f14eabb82876781b987c8 (patch) | |
| tree | 4227886368a0e120653168b372312b03c8af006d /docs/index.html | |
| parent | 4380ca434885f33072885e639a2d29cc203771bd (diff) | |
| parent | f59573db0d4dd6f7f1e3b2c62058298de771a257 (diff) | |
| download | bootstrap-ece15cb010441c2cec7f14eabb82876781b987c8.tar.xz bootstrap-ece15cb010441c2cec7f14eabb82876781b987c8.zip | |
Merge pull request #12307 from twbs/bye-site-baseurl
docs: use relative URLs instead of site.baseurl
Diffstat (limited to 'docs/index.html')
| -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 8f36b3417..ac790176f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -50,7 +50,7 @@ title: Bootstrap <div class="bs-featurette"> <div class="container"> <h2 class="bs-featurette-title">Built with Bootstrap.</h2> - <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="{{ site.url }}/getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p> + <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p> <hr class="half-rule"> |
