diff options
| author | Mark Otto <[email protected]> | 2012-02-27 18:48:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-27 18:48:28 -0800 |
| commit | 7bdd9551edddd379ac999d034aa5c435fbba9bc9 (patch) | |
| tree | f5ed4f0b58ea3fcf96d321e99937b493648dda0e | |
| parent | 163f58ff8133a892bf1bcf57f5d00d466d441a3d (diff) | |
| download | bootstrap-7bdd9551edddd379ac999d034aa5c435fbba9bc9.tar.xz bootstrap-7bdd9551edddd379ac999d034aa5c435fbba9bc9.zip | |
really add protocol to examples
| -rw-r--r-- | docs/examples/fluid.html | 2 | ||||
| -rw-r--r-- | docs/examples/hero.html | 2 | ||||
| -rw-r--r-- | docs/examples/starter-template.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 3c7059f9d..f65ea219a 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -22,7 +22,7 @@ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le fav and touch icons --> diff --git a/docs/examples/hero.html b/docs/examples/hero.html index ee64646f3..b4db219ff 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -19,7 +19,7 @@ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le fav and touch icons --> diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index 31cc57cf8..cd026c31c 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -18,7 +18,7 @@ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le fav and touch icons --> |
