Skip to content

Commit 8c75dad

Browse files
committed
release cleanup
1 parent d20919a commit 8c75dad

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

www/test/1.8.6/test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 style="margin-top: 40px">htmx.js test suite</h1>
1818
<h2>Scratch Page</h2>
1919
<ul>
2020
<li>
21-
<a href="scratch.html">Scratch Page</a>
21+
<a href="scratch/scratch.html">Scratch Page</a>
2222
</li>
2323
</ul>
2424

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
</head>
2020
<body style="padding:20px;font-family: sans-serif">
21-
<script src="../node_modules/sinon/pkg/sinon.js"></script>
22-
<script src="../src/htmx.js"></script>
23-
<script src="util/util.js"></script>
24-
<script src="util/scratch_server.js"></script>
21+
<script src="../../node_modules/sinon/pkg/sinon.js"></script>
22+
<script src="../../src/htmx.js"></script>
23+
<script src="../util/util.js"></script>
24+
<script src="../util/scratch_server.js"></script>
2525

2626
<script>
2727

0 commit comments

Comments
 (0)