0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

tooltip-viewport: fix path to favicon.

This commit is contained in:
XhmikosR 2019-02-28 16:12:38 +02:00
parent 55d00787f4
commit 922e29d0eb

View File

@ -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>