Skip to content

Commit

Permalink
fix: Restore symbolic links so GitHub Pages works
Browse files Browse the repository at this point in the history
  • Loading branch information
smockle committed Oct 22, 2024
1 parent 738ccd1 commit 11df7c6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions examples/ariaNotify-polyfill.js
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ <h2>Playground</h2>
reset.disabled = true
})
</script>
<script src="../../ariaNotify-polyfill.js"></script>
<script src="./ariaNotify-polyfill.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions examples/kanban/ariaNotify-polyfill.js
2 changes: 1 addition & 1 deletion examples/kanban/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,6 @@ <h2>Done</h2>
);
});
</script>
<script src="../../ariaNotify-polyfill.js"></script>
<script src="./ariaNotify-polyfill.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions examples/suggested-text/ariaNotify-polyfill.js
2 changes: 1 addition & 1 deletion examples/suggested-text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,6 @@
trieRoot.insert("weird");
trieRoot.insert("world");
</script>
<script src="../../ariaNotify-polyfill.js"></script>
<script src="./ariaNotify-polyfill.js"></script>
</body>
</html>

0 comments on commit 11df7c6

Please sign in to comment.