2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fix HTML validation error.

This commit is contained in:
XhmikosR
2018-04-07 10:49:01 +03:00
parent e1bdfc2b52
commit 446973308e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 %}