Skip to content

Commit 11df7c6

Browse files
committed
fix: Restore symbolic links so GitHub Pages works
1 parent 738ccd1 commit 11df7c6

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

examples/ariaNotify-polyfill.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../ariaNotify-polyfill.js

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ <h2>Playground</h2>
126126
reset.disabled = true
127127
})
128128
</script>
129-
<script src="../../ariaNotify-polyfill.js"></script>
129+
<script src="./ariaNotify-polyfill.js"></script>
130130
</body>
131131
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ariaNotify-polyfill.js

examples/kanban/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,6 @@ <h2>Done</h2>
301301
);
302302
});
303303
</script>
304-
<script src="../../ariaNotify-polyfill.js"></script>
304+
<script src="./ariaNotify-polyfill.js"></script>
305305
</body>
306306
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ariaNotify-polyfill.js

examples/suggested-text/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,6 @@
418418
trieRoot.insert("weird");
419419
trieRoot.insert("world");
420420
</script>
421-
<script src="../../ariaNotify-polyfill.js"></script>
421+
<script src="./ariaNotify-polyfill.js"></script>
422422
</body>
423423
</html>

0 commit comments

Comments
 (0)