diff options
| author | Mark Otto <[email protected]> | 2013-10-13 23:25:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 23:25:23 -0700 |
| commit | 111b9bd194b8c21d8054699759d1b5e1439b47ab (patch) | |
| tree | 296c0e5af90d51635dfa19ec8ae027e10aec70bd /getting-started.html | |
| parent | e521be0f22fb9489c21f32391126149a39e091db (diff) | |
| parent | 8450aa7dbfabfe59702943ef20d5e4417f29e1b2 (diff) | |
| download | bootstrap-111b9bd194b8c21d8054699759d1b5e1439b47ab.tar.xz bootstrap-111b9bd194b8c21d8054699759d1b5e1439b47ab.zip | |
Merge pull request #11077 from twbs/avoid-docs-assets-in-example
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 1c5bb7d21..67b367c52 100644 --- a/getting-started.html +++ b/getting-started.html @@ -179,7 +179,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> |
