diff options
| author | meleyal <[email protected]> | 2012-02-24 23:06:02 +0100 |
|---|---|---|
| committer | meleyal <[email protected]> | 2012-02-24 23:06:02 +0100 |
| commit | f17658b02d52fca265bc04e2a3a1ea713cf68f01 (patch) | |
| tree | 24f6a23c07e1b7f213e1b226bc66db686bc2e3a4 /fluid.html | |
| parent | d743b4b8812244de56dd36192d489feb260d14ba (diff) | |
| download | bootstrap-f17658b02d52fca265bc04e2a3a1ea713cf68f01.tar.xz bootstrap-f17658b02d52fca265bc04e2a3a1ea713cf68f01.zip | |
Fix broken links to fav and touch icons in examples, fixes #2244
Diffstat (limited to 'fluid.html')
| -rw-r--r-- | fluid.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid.html b/fluid.html index 3c7059f9d..1688f2fc0 100644 --- a/fluid.html +++ b/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> |
