Skip to content

Commit 9ae4115

Browse files
committed
Fixed broken paths in this page. We still need to figure out what to do with this page since it's sort of a duplicate of the homepage.
1 parent 9a82e3c commit 9ae4115

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>jQuery UI Mobile Framework - Documentation</title>
77
<link rel="stylesheet" media="only all" href="../themes/default/" />
8-
<script src="../../js/jquery.js"></script>
9-
<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
10-
<script src="../_assets/js/jqm-docs.js"></script>
11-
<script src="../../js/"></script>
8+
<link rel="stylesheet" href="_assets/css/jqm-docs.css"/>
9+
<script src="../js/jquery.js"></script>
10+
<script src="../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11+
<script src="_assets/js/jqm-docs.js"></script>
12+
<script src="../js/"></script>
1213
</head>
1314
<body>
1415
<div data-role="page" class="type-index">
1516

16-
<div data-role="header" data-theme="f">
17+
<div data-role="header" data-theme="f">
1718
<h1>jQuery Mobile Docs</h1>
1819
<a href="../index.html" data-icon="home" data-iconpos="notext" class="ui-btn-right">Home</a>
1920
</div>

0 commit comments

Comments
 (0)