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:
authorXhmikosR <xhmikosr@gmail.com>2018-04-07 10:49:01 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-07 10:53:36 +0300
commit446973308e66bcd325f815e39717ead0b4694853 (patch)
tree5f335fe14689adffc1fa1b3300d403d5f51f0ae3
parente1bdfc2b5229a881f15aa4b2f81a81bf57a97c88 (diff)
Fix HTML validation error.
-rw-r--r--docs/_includes/getting-started/browser-device-support.html2
-rw-r--r--docs/getting-started.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html
index 3979392f97..b935c3875d 100644
--- a/docs/_includes/getting-started/browser-device-support.html
+++ b/docs/_includes/getting-started/browser-device-support.html
@@ -78,7 +78,7 @@
<p>For Firefox, in addition to the latest normal stable release, we also support the latest <a href="https://www.mozilla.org/en-US/firefox/organizations/faq/">Extended Support Release (ESR)</a> version of Firefox.</p>
<p>Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 7, as well as Microsoft Edge, though they are not officially supported.</p>
- <p>For a list of some of the browser bugs that Bootstrap has to grapple with, see our <a href="{ site.baseurl }}/browser-bugs/">Wall of browser bugs</a>.</p>
+ <p>For a list of some of the browser bugs that Bootstrap has to grapple with, see our <a href="{{ site.baseurl }}/browser-bugs/">Wall of browser bugs</a>.</p>
<h2 id="support-ie8-ie9">Internet Explorer 8 and 9</h2>
<p>Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">Respond.js</a> to enable media query support.</strong></p>
diff --git a/docs/getting-started.html b/docs/getting-started.html
index d440a23a36..f8c9ad6b7b 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -18,7 +18,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<!-- Cross link to new migration page -->
<div class="bs-callout bs-callout-info" id="migration">
<h4>Migrating from v2.x to v3.x</h4>
- <p>Looking to migrate from an older version of Bootstrap to v3.x? Check out <a href="{{ site.baseurl }}/migration">our migration guide</a>.</p>
+ <p>Looking to migrate from an older version of Bootstrap to v3.x? Check out <a href="{{ site.baseurl }}/migration/">our migration guide</a>.</p>
</div>
{% include getting-started/browser-device-support.html %}