diff --git a/documentation/docs/components/footer.tsx b/documentation/docs/components/footer.tsx index 1866426d228..f7d3fdbbe28 100644 --- a/documentation/docs/components/footer.tsx +++ b/documentation/docs/components/footer.tsx @@ -3,12 +3,12 @@ import Stack from "@mui/material/Stack"; const links = [ ["Matrix", "https://matrix.to/#/#dev:nymtech.chat"], - ["GitHub", "https://nymtech.net/go/github/nym"], - ["Nym Wallet", "https://nymtech.net/download/wallet"], - ["Nym Explorer", "https://explorer.nymtech.net/"], + ["GitHub", "https://nym.com/go/github/nym"], + ["Nym Wallet", "https://nym.com/download/wallet"], + ["Nym Explorer", "https://explorer.nym.com/"], ["Nym Blog", "https://nymtech.medium.com/"], - ["Twitter", "https://nymtech.net/go/x"], - ["Telegram", "https://nymtech.net/go/telegram"], + ["Twitter", "https://nym.com/go/x"], + ["Telegram", "https://nym.com/go/telegram"], ]; export const Footer = () => (