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 | 591908eccf18c94e9394fcb71549cbae9c0864d8 (patch) | |
| tree | a5c53e7c1626c92cbb10a1368fa4ce9ba7d0a17b /docs/examples/starter-template.html | |
| parent | 3d58b4622671bc51c22c857641db3b988e73632a (diff) | |
| download | bootstrap-591908eccf18c94e9394fcb71549cbae9c0864d8.tar.xz bootstrap-591908eccf18c94e9394fcb71549cbae9c0864d8.zip | |
Fix broken links to fav and touch icons in examples, fixes #2244
Diffstat (limited to 'docs/examples/starter-template.html')
| -rw-r--r-- | docs/examples/starter-template.html | 8 |
1 files changed, 4 insertions, 4 deletions
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> |
