diff options
| author | Mark Otto <[email protected]> | 2012-01-26 15:54:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 15:54:04 -0800 |
| commit | b260544de02788bc921c4c713df0f754d96c5a27 (patch) | |
| tree | b233e1affc05f9bb91a8fb741805bccb2a52135e /docs/javascript.html | |
| parent | d8e1001836f869436df2de2905411b2236c8cbad (diff) | |
| download | bootstrap-b260544de02788bc921c4c713df0f754d96c5a27.tar.xz bootstrap-b260544de02788bc921c4c713df0f754d96c5a27.zip | |
fix links to apple touch icons
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 2bd5bbd05..07c55e834 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -20,9 +20,9 @@ <!-- Le fav and touch icons --> <link rel="shortcut icon" href="assets/ico/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="apple-touch-icon" href="assets/ico/apple-touch-icon.png"> + <link rel="apple-touch-icon" sizes="72x72" href="assets/ico/apple-touch-icon-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="assets/ico/apple-touch-icon-114x114.png"> </head> <body data-spy="scroll" data-target=".subnav" data-offset="50"> |
