Skip to content

Commit

Permalink
chore: add Example Wiki link to Vite/Stackblitz demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 30, 2024
1 parent d131c80 commit be9fe06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions vite-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
npm install
npm run dev # run Vite dev
```

#### Examples
For many more examples, please visit the project [Examples Wiki](https://github.com/6pac/SlickGrid/wiki/Examples) page.
2 changes: 1 addition & 1 deletion vite-demo/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ document.querySelector('#app').innerHTML =
<div class="router-link" id="example4">Example 4</div>
<div class="router-link">
<span class="sgi sgi-lightbulb"></span>
<a href="https://github.com/6pac/SlickGrid/wiki/Examples" title="for many more examples, please visit the project Examples Wiki">
<a href="https://github.com/6pac/SlickGrid/wiki/Examples" target="__blank" title="for many more examples, please visit the project Examples Wiki">
Visit Examples Wikis
</a>
</div>
Expand Down

0 comments on commit be9fe06

Please sign in to comment.