diff --git a/src/content/journal/2024/raycast.mdx b/src/content/journal/2024/raycast.mdx
index a6c6092..869acd6 100644
--- a/src/content/journal/2024/raycast.mdx
+++ b/src/content/journal/2024/raycast.mdx
@@ -24,7 +24,7 @@ The most basic feature that you get is an application launcher like Apple Spotli
I use [Karabiner-Elements](https://karabiner-elements.pqrs.org/) to transform the useless caps lock key into a Hyperkey. This means I can use it to press ⌘^⌥⇧ at the same time. I also use it as ␛ in my code editor, [Neovim](https://neovim.io/). Additionally, I can combine it with h, j, k, and l to navigate anywhere with the arrow keys.
-My application navigation is a combination of hyper plus a letter, like hypera for the [Arc](https://arc.net/) browser or hypert for [Things](https://culturedcode.com/things/), for example. I have 19 of these shortcuts for the apps I use all the time, the rest I open with Raycast over the search.
+My application navigation is a combination of hyper plus a letter, like hypera for the [Arc](https://arc.net/gift/3a2fd063) browser or hypert for [Things](https://culturedcode.com/things/), for example. I have 19 of these shortcuts for the apps I use all the time, the rest I open with Raycast over the search.
In combination with a window manager (I use [yabai](https://github.com/koekeishiya/yabai)) and Apple’s Spaces feature, you can assign apps to specific spaces with a right-click on the application, then select Options. This allows me to have the same apps open in the spaces where I expect them. Raycast is the only application with consistent app switching behavior. When I press my keyboard shortcut, it opens the app if it’s closed. If it’s open but not focused, or I’m in a different space, it moves me to that space and focuses on the app. And if I look at it, it hides the application.
@@ -135,7 +135,7 @@ I use several script commands, which are publicly available in my [raycast-scrip
## Raycast AI 💰
diff --git a/src/data/tools.ts b/src/data/tools.ts
index 2e14b36..772d8ef 100644
--- a/src/data/tools.ts
+++ b/src/data/tools.ts
@@ -131,12 +131,12 @@ export const other = [
},
{
name: 'Raycast',
- url: 'https://www.raycast.com/',
+ url: 'https://www.raycast.com/hey/059d78ca',
image: '/assets/images/tools/raycast.png',
},
{
name: 'Arc',
- url: 'https://arc.net/',
+ url: 'https://arc.net/gift/3a2fd063',
image: '/assets/images/tools/arc-browser.png',
},
{
diff --git a/src/pages/tools.mdx b/src/pages/tools.mdx
index 9c81dcf..9f3f477 100644
--- a/src/pages/tools.mdx
+++ b/src/pages/tools.mdx
@@ -52,6 +52,6 @@ I consume all my content with the [Reeder](https://reeder.app/) app, from RSS Fe
## Other
-I use many extra tools, too many to name them all. Here are a few of my favorites. I’ve been using [Things](https://culturedcode.com/things/) as my to-do app for years; I appreciate its simplicity and design. [Raycast Pro](https://www.raycast.com/pro) is my most-used app, with its ChatGPT feature. I’m a fan of both browsers: [Arc](https://arc.net/) for its innovative features and [Brave](https://brave.com/) for its security, privacy, and built-in ad-blocking.
+I use many extra tools, too many to name them all. Here are a few of my favorites. I’ve been using [Things](https://culturedcode.com/things/) as my to-do app for years; I appreciate its simplicity and design. [Raycast Pro](https://www.raycast.com/pro) is my most-used app, with its ChatGPT feature. I’m a fan of both browsers: [Arc](https://arc.net/gift/3a2fd063) for its innovative features and [Brave](https://brave.com/) for its security, privacy, and built-in ad-blocking.