aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/contents.md
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-11-08 23:36:04 +1100
committerBardi Harborow <[email protected]>2016-11-09 01:14:48 +1100
commitb4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 (patch)
tree74616a5e3b4244783dab34ab2ef8391b29aa5373 /docs/getting-started/contents.md
parente63c617fe4918d0aae95a81ed38590bacf5f5c7f (diff)
downloadbootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.tar.xz
bootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.zip
Fix broken and redirected links.
Diffstat (limited to 'docs/getting-started/contents.md')
-rw-r--r--docs/getting-started/contents.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md
index 4f51ef049..682c2310c 100644
--- a/docs/getting-started/contents.md
+++ b/docs/getting-started/contents.md
@@ -25,7 +25,7 @@ bootstrap/
└── bootstrap.min.js
{% endhighlight %}
-This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools.
+This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools.
## Bootstrap source code