Skip to content

Commit

Permalink
chore: prune invalid links (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
medifle committed Jun 25, 2021
1 parent 51c9b3a commit b33f678
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
70 changes: 0 additions & 70 deletions src/store/model/canadacomputers.ts
Expand Up @@ -20,20 +20,6 @@ export const CanadaComputers: Store = {
url:
'https://www.canadacomputers.com/product_info.php?item_id=167320&cPath=27_1046_365&language=en',
},
{
brand: 'gigabyte',
model: 'eagle',
series: '3070',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=183101&language=en',
},
{
brand: 'evga',
model: 'xc3 black',
series: '3070',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=183500&language=en',
},
{
brand: 'gigabyte',
model: 'gaming oc',
Expand Down Expand Up @@ -174,27 +160,6 @@ export const CanadaComputers: Store = {
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181348&language=en',
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181354&language=en',
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181375&language=en',
},
{
brand: 'zotac',
model: 'trinity',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181420&language=en',
},
{
brand: 'zotac',
model: 'trinity oc',
Expand All @@ -209,34 +174,13 @@ export const CanadaComputers: Store = {
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181415&language=en',
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181353&language=en',
},
{
brand: 'msi',
model: 'ventus 3x',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181347&language=en',
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=182754&language=en',
},
{
brand: 'evga',
model: 'xc3 black',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181797&language=en',
},
{
brand: 'gigabyte',
model: 'vision oc',
Expand All @@ -258,20 +202,6 @@ export const CanadaComputers: Store = {
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=183510&language=en',
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=184166&language=en',
},
{
brand: 'evga',
model: 'xc3',
series: '3080',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181798&language=en',
},
{
brand: 'asus',
model: 'strix',
Expand Down
6 changes: 0 additions & 6 deletions src/store/model/memoryexpress.ts
Expand Up @@ -195,12 +195,6 @@ export const MemoryExpress: Store = {
series: '3080',
url: 'https://www.memoryexpress.com/Products/MX00114094',
},
{
brand: 'evga',
model: 'xc3',
series: '3080',
url: 'https://www.memoryexpress.com/Products/MX00114095',
},
{
brand: 'asus',
model: 'tuf oc',
Expand Down
28 changes: 0 additions & 28 deletions src/store/model/newegg-ca.ts
Expand Up @@ -265,13 +265,6 @@ export const NeweggCa: Store = {
url:
'https://www.newegg.ca/gigabyte-geforce-rtx-3080-gv-n3080aorus-m-10gd/p/N82E16814932336',
},
{
brand: 'gigabyte',
model: 'aorus xtreme',
series: '3080',
url:
'https://www.newegg.ca/gigabyte-geforce-rtx-3080-gv-n3080aorus-x-10gd/p/N82E16814932345',
},
{
brand: 'zotac',
itemNumber: '14-950-502',
Expand Down Expand Up @@ -744,27 +737,6 @@ export const NeweggCa: Store = {
url:
'https://www.newegg.ca/asus-geforce-rtx-3060-ti-dual-rtx3060ti-8g/p/N82E16814126480',
},
{
brand: 'msi',
model: 'suprim',
series: '3070',
url:
'https://www.newegg.ca/msi-geforce-rtx-3070-rtx-3070-suprim-8g/p/N82E16814137623',
},
{
brand: 'gigabyte',
model: 'aorus xtreme waterforce',
series: '3080',
url:
'https://www.newegg.ca/gigabyte-geforce-rtx-3080-gv-n3080aorusx-w-10gd/p/N82E16814932372',
},
{
brand: 'gigabyte',
model: 'aorus xtreme waterforce wb',
series: '3080',
url:
'https://www.newegg.ca/gigabyte-geforce-rtx-3080-gv-n3080aorusx-wb-10gd/p/N82E16814932371',
},
{
brand: 'asus',
model: 'strix white',
Expand Down

0 comments on commit b33f678

Please sign in to comment.