Skip to content

Commit e4689a4

Browse files
committed
chore: fix invalid demo links
1 parent c706f03 commit e4689a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/demo/src/examples/example16.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ <h2 class="bd-title">
77
<span class="small">
88
<a
99
target="_blank"
10-
href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/examples/example12.html"
10+
href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/examples/example16.html"
1111
>html</a
1212
>
1313
|
14-
<a target="_blank" href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/examples/example12.ts"
14+
<a target="_blank" href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/examples/example16.ts"
1515
>ts</a
1616
>
1717
</span>

packages/demo/src/options/options38.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ <h2 class="bd-title">
88
<span class="small">
99
<a
1010
target="_blank"
11-
href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options15.html"
11+
href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options38.html"
1212
>html</a
1313
>
1414
|
15-
<a target="_blank" href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options15.ts"
15+
<a target="_blank" href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options38.ts"
1616
>ts</a
1717
>
1818
</span>

packages/demo/src/options/options39.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ <h2 class="bd-title">
77
<span class="small">
88
<a
99
target="_blank"
10-
href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options03.html"
10+
href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options39.html"
1111
>html</a
1212
>
1313
|
14-
<a target="_blank" href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options03.ts"
14+
<a target="_blank" href="https://github.com/ghiscoding/multiple-select-vanilla/blob/main/packages/demo/src/options/options39.ts"
1515
>ts</a
1616
>
1717
</span>

0 commit comments

Comments
 (0)