aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeleyal <[email protected]>2012-02-24 23:06:02 +0100
committermeleyal <[email protected]>2012-02-24 23:06:02 +0100
commit591908eccf18c94e9394fcb71549cbae9c0864d8 (patch)
treea5c53e7c1626c92cbb10a1368fa4ce9ba7d0a17b
parent3d58b4622671bc51c22c857641db3b988e73632a (diff)
downloadbootstrap-591908eccf18c94e9394fcb71549cbae9c0864d8.tar.xz
bootstrap-591908eccf18c94e9394fcb71549cbae9c0864d8.zip
Fix broken links to fav and touch icons in examples, fixes #2244
-rw-r--r--docs/examples/fluid.html8
-rw-r--r--docs/examples/hero.html8
-rw-r--r--docs/examples/starter-template.html8
3 files changed, 12 insertions, 12 deletions
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html
index 3c7059f9d..1688f2fc0 100644
--- a/docs/examples/fluid.html
+++ b/docs/examples/fluid.html
@@ -26,10 +26,10 @@
<![endif]-->
<!-- Le fav and touch icons -->
- <link rel="shortcut icon" href="images/favicon.ico">
- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+ <link rel="shortcut icon" href="../assets/ico/favicon.ico">
+ <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png">
+ <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png">
+ <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png">
</head>
<body>
diff --git a/docs/examples/hero.html b/docs/examples/hero.html
index ee64646f3..40277e84d 100644
--- a/docs/examples/hero.html
+++ b/docs/examples/hero.html
@@ -23,10 +23,10 @@
<![endif]-->
<!-- Le fav and touch icons -->
- <link rel="shortcut icon" href="images/favicon.ico">
- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+ <link rel="shortcut icon" href="../assets/ico/favicon.ico">
+ <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png">
+ <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png">
+ <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png">
</head>
<body>
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index 31cc57cf8..1e15529ea 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/starter-template.html
@@ -22,10 +22,10 @@
<![endif]-->
<!-- Le fav and touch icons -->
- <link rel="shortcut icon" href="images/favicon.ico">
- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+ <link rel="shortcut icon" href="../assets/ico/favicon.ico">
+ <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png">
+ <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png">
+ <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png">
</head>
<body>