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 /hero.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 'hero.html')
| -rw-r--r-- | hero.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |
