Update external link

This commit is contained in:
xbgmsharp
2024-03-03 11:42:01 +00:00
parent ed75d18912
commit f628c7ba1e
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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}