diff options
| author | XhmikosR <[email protected]> | 2019-02-28 16:12:38 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-27 21:02:22 +0200 |
| commit | 922e29d0eb5875363b3241c12a71b00946ff0bc8 (patch) | |
| tree | 3b6fe099f5833c46d46a626ad20060cb07721fc9 | |
| parent | 55d00787f4882ed482d6446794a8511f7151598a (diff) | |
| download | bootstrap-922e29d0eb5875363b3241c12a71b00946ff0bc8.tar.xz bootstrap-922e29d0eb5875363b3241c12a71b00946ff0bc8.zip | |
tooltip-viewport: fix path to favicon.
| -rw-r--r-- | docs/examples/tooltip-viewport/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 686db319a..8600fc55b 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -7,7 +7,7 @@ <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/tooltip-viewport/"> <title>Tooltip Viewport Example for Bootstrap</title> |
