From 56b667eba58e0c91a1aca2c6afcad19c3b295784 Mon Sep 17 00:00:00 2001 From: iamshabell <91321698+iamshabell@users.noreply.github.com> Date: Sun, 10 Dec 2023 23:17:26 +0300 Subject: [PATCH] fix: replace incorrect web links --- apps/docs/theme.config.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/theme.config.tsx b/apps/docs/theme.config.tsx index 077d486..bbd2511 100644 --- a/apps/docs/theme.config.tsx +++ b/apps/docs/theme.config.tsx @@ -4,9 +4,9 @@ import { DocsThemeConfig } from 'nextra-theme-docs' const config: DocsThemeConfig = { logo: MaruPay, project: { - link: 'https://github.com/marupay', + link: 'https://github.com/iamshabell/marupay', }, - docsRepositoryBase: 'https://github.com/marupay', + docsRepositoryBase: 'https://github.com/iamshabell//marupay', footer: { text: 'MaruPay Docs', },