From 3895bfa3883fe9b06f87902906f6146533769997 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 01:28:41 +0200 Subject: Docs: Fix "read more about x-ua" link Fixes #17096 --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index f5e650cae..05997c47c 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: -- cgit v1.2.3 From 66be25917a66a2cdb19a297a1ce7e5642357fc06 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 02:15:17 +0200 Subject: Docs: various fixes Mostly links. Fixes #17056. --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 05997c47c..1025c334d 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -65,7 +65,7 @@ Put it all together and your pages should look like this: {% 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 -- cgit v1.2.3 From 911e58ed63e8e51e6f4d0d57b1e21df93c022d8a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 20 Aug 2015 18:21:35 -0700 Subject: introduction.md: Fix typo: "started template" --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 1025c334d..7ca3e5cce 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -90,7 +90,7 @@ Bootstrap is developed *mobile first*, a strategy in which we optimize code for {% 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 -- cgit v1.2.3