Skip to content

Commit d48f08d

Browse files
committed
correct relative paths
1 parent 608a3c3 commit d48f08d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/demos/widgets/navigation/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Navigation - jQuery Mobile Demos</title>
7-
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css">
8-
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
7+
<link rel="stylesheet" href="../../../../css/themes/default/jquery.mobile.css">
8+
<link rel="stylesheet" href="../../_assets/css/jqm-demos.css">
99
<link rel="shortcut icon" href="../_assets/favicon.ico">
1010
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
11-
<script src="../../../js/jquery.js"></script>
12-
<script src="../_assets/js/"></script>
13-
<script src="../../../js/"></script>
11+
<script src="../../../../js/jquery.js"></script>
12+
<script src="../../_assets/js/"></script>
13+
<script src="../../../../js/"></script>
1414
<script type="text/javascript" src="demo.js"></script>
1515
</head>
1616
<body>

0 commit comments

Comments
 (0)