Skip to content

Commit 7920ef1

Browse files
author
Rebecca Murphey
committed
fix path; thanks to pat hall (amundo)
1 parent 507ccc7 commit 7920ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/custom-events/custom-events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>Search Results for <span class="search_term"></span></h2>
2626
</div>
2727
</div>
2828

29-
<script src="../exercises/libs/jquery-1.4.2.min.js"></script>
29+
<script src="../../exercises/libs/jquery-1.4.2.min.js"></script>
3030
<script src="js/custom-events.js"></script>
3131
</body>
3232
</html>

0 commit comments

Comments
 (0)