]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
avoid referencing /docs-assets/ in Getting Started docs example; use CDN URL for... 11077/head
authorChris Rebert <code@rebertia.com>
Mon, 14 Oct 2013 06:23:04 +0000 (23:23 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 14 Oct 2013 06:23:04 +0000 (23:23 -0700)
getting-started.html

index b37ad1cfe4f52476aa0b1a0a9c148cfd9a9d35c7..bb81989a4f52d30bf6557aaa3f7bf89653bc82e6 100644 (file)
@@ -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>