From 11df7c60675cf71cf9ffb3234d2d8c8d875e7f6f Mon Sep 17 00:00:00 2001 From: Clay Miller Date: Tue, 22 Oct 2024 09:04:30 -0400 Subject: [PATCH] fix: Restore symbolic links so GitHub Pages works --- examples/ariaNotify-polyfill.js | 1 + examples/index.html | 2 +- examples/kanban/ariaNotify-polyfill.js | 1 + examples/kanban/index.html | 2 +- examples/suggested-text/ariaNotify-polyfill.js | 1 + examples/suggested-text/index.html | 2 +- 6 files changed, 6 insertions(+), 3 deletions(-) create mode 120000 examples/ariaNotify-polyfill.js create mode 120000 examples/kanban/ariaNotify-polyfill.js create mode 120000 examples/suggested-text/ariaNotify-polyfill.js diff --git a/examples/ariaNotify-polyfill.js b/examples/ariaNotify-polyfill.js new file mode 120000 index 0000000..b1f9512 --- /dev/null +++ b/examples/ariaNotify-polyfill.js @@ -0,0 +1 @@ +../ariaNotify-polyfill.js \ No newline at end of file diff --git a/examples/index.html b/examples/index.html index dd70bbd..40b27af 100644 --- a/examples/index.html +++ b/examples/index.html @@ -126,6 +126,6 @@

Playground

reset.disabled = true }) - + diff --git a/examples/kanban/ariaNotify-polyfill.js b/examples/kanban/ariaNotify-polyfill.js new file mode 120000 index 0000000..8889664 --- /dev/null +++ b/examples/kanban/ariaNotify-polyfill.js @@ -0,0 +1 @@ +../../ariaNotify-polyfill.js \ No newline at end of file diff --git a/examples/kanban/index.html b/examples/kanban/index.html index bfe7cb5..2a85f63 100644 --- a/examples/kanban/index.html +++ b/examples/kanban/index.html @@ -301,6 +301,6 @@

Done

); }); - + diff --git a/examples/suggested-text/ariaNotify-polyfill.js b/examples/suggested-text/ariaNotify-polyfill.js new file mode 120000 index 0000000..8889664 --- /dev/null +++ b/examples/suggested-text/ariaNotify-polyfill.js @@ -0,0 +1 @@ +../../ariaNotify-polyfill.js \ No newline at end of file diff --git a/examples/suggested-text/index.html b/examples/suggested-text/index.html index 12d7f8b..475a650 100644 --- a/examples/suggested-text/index.html +++ b/examples/suggested-text/index.html @@ -418,6 +418,6 @@ trieRoot.insert("weird"); trieRoot.insert("world"); - +