diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-21 02:15:17 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-21 02:15:17 +0200 |
| commit | 66be25917a66a2cdb19a297a1ce7e5642357fc06 (patch) | |
| tree | 4786e3f674dc9cc9faa29ff78a24c1bcb2f1a435 /docs/getting-started | |
| parent | 3895bfa3883fe9b06f87902906f6146533769997 (diff) | |
| download | bootstrap-66be25917a66a2cdb19a297a1ce7e5642357fc06.tar.xz bootstrap-66be25917a66a2cdb19a297a1ce7e5642357fc06.zip | |
Docs: various fixes
Mostly links.
Fixes #17056.
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/browsers-devices.md | 2 | ||||
| -rw-r--r-- | docs/getting-started/download.md | 2 | ||||
| -rw-r--r-- | docs/getting-started/flexbox.md | 2 | ||||
| -rw-r--r-- | docs/getting-started/introduction.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index a6b946230..67fc200ec 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -91,7 +91,7 @@ Similarly, the latest versions of most desktop browsers are supported. Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 8 and below, though they are not officially supported. -For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs](../../browser-bugs/). +For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs]({{ site.baseurl }}/browser-bugs/). ## Internet Explorer 9 diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 5dc3d5c38..076586d29 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -21,7 +21,7 @@ Download just the compiled and minified CSS and JavaScript. Doesn't include any <div class="col-sm-6"> {% markdown %} ### Source files -Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [some setup](../compiling).** +Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and some setup.** <a href="{{ site.download.source }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> {% endmarkdown %} diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index c887fb3fb..f8ab4e8ae 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -39,7 +39,7 @@ If you're familiar with modifying variables in Sass—or any other CSS preproces 2. Change it from `false` to `true`. 3. Recompile, and done! -Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page](/getting-started/download) for more information. +Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page]({{ site.baseurl }}/getting-started/download) for more information. ## Browser support 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: </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 |
