diff options
| author | wangsai <[email protected]> | 2014-01-01 22:29:13 +0800 |
|---|---|---|
| committer | wangsai <[email protected]> | 2014-01-01 22:29:13 +0800 |
| commit | e4508bb37cb5d923cfdb8359081f035ef37302ec (patch) | |
| tree | ed36068a38f624c74ba8577191717ce4d8e310d7 /docs/examples/offcanvas | |
| parent | 50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 (diff) | |
| download | bootstrap-e4508bb37cb5d923cfdb8359081f035ef37302ec.tar.xz bootstrap-e4508bb37cb5d923cfdb8359081f035ef37302ec.zip | |
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]> |
