Skip to content

Commit

Permalink
docs: fix GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 5, 2024
1 parent 9ecbdaa commit 842f948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { routes } from './router';

<template>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand ms-2" href="https://github.com/ghiscoding/slickgrid-vue">
<a class="navbar-brand ms-2" href="https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/slickgrid-vue">
<i class="mdi mdi-github"></i>
<span class="ms-2">Slickgrid-Vue</span>
</a>
Expand All @@ -22,8 +22,8 @@ import { routes } from './router';
<span class="navbar-toggler-icon"></span>
</button>
<div class="github-button-container">
<a href="https://github.com/ghiscoding/slickgrid-vue">
<img src="https://img.shields.io/github/stars/ghiscoding/slickgrid-vue?style=social" />
<a href="https://github.com/ghiscoding/slickgrid-universal">
<img src="https://img.shields.io/github/stars/ghiscoding/slickgrid-universal?style=social" />
</a>
</div>

Expand Down

0 comments on commit 842f948

Please sign in to comment.