From 9f241de1b5280f09e3a7787d8bb14a73617cbf72 Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Sun, 2 Mar 2025 10:35:14 +0100 Subject: [PATCH] docs: update raycast extension link (#3431) --- docs/app/composables/useLinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/composables/useLinks.ts b/docs/app/composables/useLinks.ts index b4e377c4..390b20da 100644 --- a/docs/app/composables/useLinks.ts +++ b/docs/app/composables/useLinks.ts @@ -98,7 +98,7 @@ export function useLinks() { label: 'Raycast Extension', description: 'Access Nuxt UI components without leaving your editor.', icon: 'i-simple-icons-raycast', - to: 'https://github.com/HugoRCD/nuxt-ui-raycast-extension', + to: 'https://www.raycast.com/HugoRCD/nuxt-ui', target: '_blank' }, { label: 'Figma to Code',