From e9fe7e363a73e938b6ba5d47a79fdf5f2758bdbd Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Fri, 14 Feb 2025 17:33:58 -0500 Subject: [PATCH] fix gh link in docs --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index a2f1392..7471d1d 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -48,7 +48,7 @@ const config: Config = { label: 'Docs', }, { - href: 'https://github.com/smallcloudai/refact-aide', + href: 'https://github.com/ai-christianson/RA.Aid', label: 'GitHub', position: 'right', },