From c34f85c7183299b6dbe6f47cb5a47838b5f5f039 Mon Sep 17 00:00:00 2001 From: Jack Pope Date: Mon, 15 Apr 2024 10:32:29 -0400 Subject: [PATCH] Update link to nearestnabors.com --- src/components/MDX/MDXComponents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MDX/MDXComponents.tsx b/src/components/MDX/MDXComponents.tsx index e42b3b2e870..bdfd05a20c1 100644 --- a/src/components/MDX/MDXComponents.tsx +++ b/src/components/MDX/MDXComponents.tsx @@ -206,7 +206,7 @@ function Recipes(props: any) { function AuthorCredit({ author = 'Rachel Lee Nabors', - authorLink = 'http://rachelnabors.com/', + authorLink = 'https://nearestnabors.com/', }: { author: string; authorLink: string;