aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/introduction.md
diff options
context:
space:
mode:
authorThomas McDonald <[email protected]>2015-08-24 16:19:19 -0700
committerThomas McDonald <[email protected]>2015-08-24 16:19:19 -0700
commit22717a12426af5567f65be1da3d4d968c22276a7 (patch)
tree491c47f72160c5b1133fa138c1fbacd00e253377 /docs/getting-started/introduction.md
parentec523617a3eb6da5b3e14f878931c769999f89a7 (diff)
parent0da684ff8501768c0ecd4c60c0c7cf043bde1a1d (diff)
downloadbootstrap-22717a12426af5567f65be1da3d4d968c22276a7.tar.xz
bootstrap-22717a12426af5567f65be1da3d4d968c22276a7.zip
Merge branch 'v4-dev' into fix-travis-v4
Diffstat (limited to 'docs/getting-started/introduction.md')
-rw-r--r--docs/getting-started/introduction.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index f5e650cae..7ca3e5cce 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -38,7 +38,7 @@ And that's it—you're your way to a fully Bootstrapped site. If you're at all u
Be sure to have your pages set up with the latest design and development standards. That means:
* Using an HTML5 doctype
-* Forcing Internet Explorer to use its latest rendering mode ([read more]())
+* Forcing Internet Explorer to use its latest rendering mode ([read more](http://stackoverflow.com/q/6771258))
* And, utilizing the viewport meta tag.
Put it all together and your pages should look like this:
@@ -65,7 +65,7 @@ Put it all together and your pages should look like this:
</html>
{% endhighlight %}
-That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/scaffolding) or [our official examples](../examples/) to start laying out your site's content and components.
+That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/scaffolding) or [our official examples]({{ site.baseurl }}/examples/) to start laying out your site's content and components.
## Important globals
@@ -90,7 +90,7 @@ Bootstrap is developed *mobile first*, a strategy in which we optimize code for
<meta name="viewport" content="width=device-width, initial-scale=1">
{% endhighlight %}
-You can see an example of this in action in the [started template](#starter-template).
+You can see an example of this in action in the [starter template](#starter-template).
### Box-sizing