Skip to content

Commit

Permalink
fix: asus store links (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTabKey committed Oct 22, 2020
1 parent 9de2307 commit f6db348
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/store/model/asus.ts
Expand Up @@ -12,31 +12,31 @@ export const Asus: Store = {
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://store.asus.com/us/item/202003AM280000002/'
url: 'https://store.asus.com/us/item/202003AM280000002'
},
{
brand: 'asus',
model: 'tuf oc',
series: '3080',
url: 'https://store.asus.com/us/item/202009AM160000001/'
url: 'https://store.asus.com/us/item/202009AM160000001'
},
{
brand: 'asus',
model: 'tuf',
series: '3080',
url: 'https://store.asus.com/us/item/202009AM150000004/'
url: 'https://store.asus.com/us/item/202009AM150000004'
},
{
brand: 'asus',
model: 'tuf',
series: '3090',
url: 'https://store.asus.com/us/item/202009AM150000003/'
url: 'https://store.asus.com/us/item/202009AM150000003'
},
{
brand: 'asus',
model: 'rog strix oc',
series: '3080',
url: 'https://store.asus.com/us/item/202009AM290000002/'
url: 'https://store.asus.com/us/item/202009AM290000002'
}
],
name: 'asus',
Expand Down

0 comments on commit f6db348

Please sign in to comment.