diff options
| author | Mark Otto <[email protected]> | 2014-01-01 12:02:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-01 12:02:28 -0800 |
| commit | c583b7965550e60dd51cb11b50628420291463fe (patch) | |
| tree | d781794f84c704ca632ea7deb918e255e1308934 /docs/examples/offcanvas | |
| parent | 811371736317c41bb822bc7cc9ceb9f77a5c2129 (diff) | |
| parent | e4508bb37cb5d923cfdb8359081f035ef37302ec (diff) | |
| download | bootstrap-c583b7965550e60dd51cb11b50628420291463fe.tar.xz bootstrap-c583b7965550e60dd51cb11b50628420291463fe.zip | |
Merge pull request #12055 from wangsai/fix-assets-links-of-examples
fix assets links in all examples
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index f1a447485..3344be910 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico"> + <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> <title>Off Canvas Template for Bootstrap</title> @@ -17,7 +17,7 @@ <link href="offcanvas.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy this line! --> - <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> + <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> |
