aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-13 23:23:04 -0700
committerChris Rebert <[email protected]>2013-10-13 23:23:04 -0700
commit8450aa7dbfabfe59702943ef20d5e4417f29e1b2 (patch)
treea1869780eaccb67788d62908d667f010786ded24 /getting-started.html
parent810a852f4a2725da9a8990774714e8fce4c93cb1 (diff)
downloadbootstrap-8450aa7dbfabfe59702943ef20d5e4417f29e1b2.tar.xz
bootstrap-8450aa7dbfabfe59702943ef20d5e4417f29e1b2.zip
avoid referencing /docs-assets/ in Getting Started docs example; use CDN URL for respond.js
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 b37ad1cfe..bb81989a4 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -112,7 +112,7 @@ bootstrap/
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script>
- <script src="../../docs-assets/js/respond.min.js"></script>
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>