diff options
| author | Mark Otto <[email protected]> | 2015-09-01 20:06:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-09-01 20:06:00 -0700 |
| commit | 5d5398afdb1c6f90303c4742cc857aa4d9064ec1 (patch) | |
| tree | a22d0352c76458222799df0e8e847788d66eb964 /docs/_includes/header.html | |
| parent | d258559f11efb71029454c85cef209cbdc97e929 (diff) | |
| parent | 34932d71b49f91b07c83b4fd41d890db648132f2 (diff) | |
| download | bootstrap-5d5398afdb1c6f90303c4742cc857aa4d9064ec1.tar.xz bootstrap-5d5398afdb1c6f90303c4742cc857aa4d9064ec1.zip | |
Merge pull request #17389 from Gupocca/link-fixing
Fix several erroneous links in docs.
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index ccc6a4f09..bba5aad3d 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -24,7 +24,7 @@ <script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script> <!-- Favicons --> -<link rel="apple-touch-icon-precomposed" href="{{ site.baseurl }}/apple-touch-icon-precomposed.png"> +<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> <link rel="icon" href="{{ site.baseurl }}/favicon.ico"> <script> |
