From d33d072729184a6e4e5c974e3cab7e51e34b1043 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 14:40:40 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Update=20SVG=20URLs=20for=20Adobe?= =?UTF-8?q?=20products=20and=20other=20resources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf107..e269ba2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -87,7 +87,7 @@ export const svgs: iSVG[] = [ title: 'Animate', category: ['Software', 'Design'], route: '/library/animate.svg', - url: 'https://www.adobe.com/products/animate.html' + url: 'https://www.adobe.com/products/animate' }, { title: 'Blender', @@ -1600,49 +1600,49 @@ export const svgs: iSVG[] = [ title: 'Adobe', category: 'Design', route: '/library/adobe.svg', - url: 'https://x.com' + url: 'https://www.adobe.com/' }, { title: 'After Effects', category: 'Design', route: '/library/after-effects.svg', - url: 'https://x.com' + url: 'https://www.adobe.com/products/aftereffects' }, { title: 'Canva', category: 'Design', route: '/library/canva.svg', - url: 'https://x.com' + url: 'https://www.canva.com/' }, { title: 'Illustrator', category: 'Design', route: '/library/illustrator.svg', - url: 'https://x.com' + url: 'https://www.adobe.com/products/illustrator' }, { title: 'InDesign', category: 'Design', route: '/library/indesign.svg', - url: 'https://x.com' + url: 'https://www.adobe.com/products/indesign' }, { title: 'Lightroom', category: 'Design', route: '/library/lightroom.svg', - url: 'https://x.com' + url: 'https://www.adobe.com/products/photoshop-lightroom' }, { title: 'Photoshop', category: 'Design', route: '/library/photoshop.svg', - url: 'https://x.com' + url: 'https://www.adobe.com/products/photoshop' }, { title: 'Premiere', category: 'Design', route: '/library/premiere.svg', - url: 'https://www.adobe.com/es/products/premiere' + url: 'https://www.adobe.com/products/premiere' }, { title: 'VK', @@ -1888,7 +1888,7 @@ export const svgs: iSVG[] = [ title: 'Fortran', category: 'Language', route: '/library/fortran.svg', - url: 'https://en.wikipedia.org/wiki/Fortran' + url: 'https://fortran-lang.org/' }, { title: 'Haskell', @@ -2031,7 +2031,7 @@ export const svgs: iSVG[] = [ title: 'XD', category: 'Design', route: '/library/adobe-xd.svg', - url: 'https://helpx.adobe.com/xd/get-started.html' + url: 'https://www.adobe.com/products/xd' }, { title: 'Axure', @@ -2573,7 +2573,7 @@ export const svgs: iSVG[] = [ title: 'OBS', category: 'Software', route: '/library/obs.svg', - url: 'Website' + url: 'https://obsproject.com/' }, { title: 'Stack Overflow',