Skip to content

Commit

Permalink
fix(v3-template): update ecosystem links to point to next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Sep 13, 2022
1 parent 516cb31 commit a219729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ export default {
ecosystem: [
{
text: 'vuetify-loader',
href: 'https://github.com/vuetifyjs/vuetify-loader',
href: 'https://github.com/vuetifyjs/vuetify-loader/tree/next',
},
{
text: 'github',
href: 'https://github.com/vuetifyjs/vuetify',
href: 'https://github.com/vuetifyjs/vuetify/tree/next',
},
{
text: 'awesome-vuetify',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ export default defineComponent({
ecosystem: [
{
text: 'vuetify-loader',
href: 'https://github.com/vuetifyjs/vuetify-loader',
href: 'https://github.com/vuetifyjs/vuetify-loader/tree/next',
},
{
text: 'github',
href: 'https://github.com/vuetifyjs/vuetify',
href: 'https://github.com/vuetifyjs/vuetify/tree/next',
},
{
text: 'awesome-vuetify',
Expand Down

0 comments on commit a219729

Please sign in to comment.