From f628c7ba1e246f86fde8e752467ca4f712e72e10 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 3 Mar 2024 11:42:01 +0000 Subject: [PATCH] Update external link --- src/App/Footer.tsx | 2 +- src/App/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/Footer.tsx b/src/App/Footer.tsx index 5d57d12..b9179e7 100644 --- a/src/App/Footer.tsx +++ b/src/App/Footer.tsx @@ -17,7 +17,7 @@ export const Footer = memo(() => { }, { "label": t("link3label"), - "href": "https://github.com/xbgmsharp/postgsail/tree/main/docs", + "href": "https://github.com/xbgmsharp/postgsail/blob/main/README.md", }, { "label": "Support", diff --git a/src/App/Header.tsx b/src/App/Header.tsx index 59d0f0d..efc23b3 100644 --- a/src/App/Header.tsx +++ b/src/App/Header.tsx @@ -26,7 +26,7 @@ export const Header = memo(() => { }, { "label": t("link3label"), - "href": "https://github.com/xbgmsharp/postgsail/tree/main/docs", + "href": "https://github.com/xbgmsharp/postgsail/blob/main/README.md", }, ]} enableDarkModeSwitch={true}