aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorFabian Golle <[email protected]>2013-07-27 17:30:44 +0200
committerFabian Golle <[email protected]>2013-07-27 17:30:44 +0200
commit9eef7e0b1d8389d8fa1a9da33d6f80ede1f4bc4a (patch)
tree7c5b8f6f3810c96c7a0e82e7c8901cac21891966 /getting-started.html
parent9c63ffa00fd55c7e61c51b58778b06b28f93e1a8 (diff)
downloadbootstrap-9eef7e0b1d8389d8fa1a9da33d6f80ede1f4bc4a.tar.xz
bootstrap-9eef7e0b1d8389d8fa1a9da33d6f80ede1f4bc4a.zip
Update getting-started.html
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 48ebd134c..d18c08650 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -44,7 +44,7 @@ base_url: "../"
<p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
{% highlight html linenos %}
<!-- Latest compiled and minified CSS -->
-<link href="{{ site.cdn_css }}">
+<link rel="stylesheet" href="{{ site.cdn_css }}">
<!-- Latest compiled and minified JavaScript -->
<script src="{{ site.cdn_js }}"></script>