From 6fff59c63751dca85cae083ccf5e6fc8e83dc047 Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Thu, 27 Jul 2023 15:43:15 -0400 Subject: [PATCH] Update discord invite link Update discord invite link --- web/app/header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/header.tsx b/web/app/header.tsx index 4138052b..a6eb48af 100644 --- a/web/app/header.tsx +++ b/web/app/header.tsx @@ -1,7 +1,7 @@ import Link from "next/link" const navigation = [ - { name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' }, + { name: 'Discord', href: 'https://discord.com/invite/ollama' }, { name: 'GitHub', href: 'https://github.com/jmorganca/ollama' }, { name: 'Download', href: '/download' }, ] @@ -23,4 +23,4 @@ export default function Header() { ) -} \ No newline at end of file +}