Skip to content

Commit 349c36f

Browse files
Demos: fixed broken link in redirect demo.
1 parent 60eba08 commit 349c36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/examples/redirect/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>jQuery Mobile</h1>
6868
<h1>Redirect: Source Page</h1>
6969

7070
<div data-demo-html="true" data-demo-js="#redirectCode" data-demo-php="source.php">
71-
<a href="../../demos/redirect/redirect.php?to=redirect-target.html" data-role="button" data-inline="true">Redirect</a>
71+
<a href="redirect.php?to=redirect-target.html" data-role="button" data-inline="true">Redirect</a>
7272
</div><!--/demo-html -->
7373

7474

0 commit comments

Comments
 (0)