diff --git a/src/components/Footer.astro b/src/components/Footer.astro index cae7f84..205d0c9 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -19,7 +19,8 @@ const resourceLinks = [ const communityLinks = [ { label: "Twitter", href: "https://twitter.com/CounterpartyXCP" }, { label: "Telegram", href: "https://t.me/+hgJVFwSbZUkxYjgx" }, - { label: "Forum", href: "https://forums.counterparty.io/" }, + { label: "Discussions", href: "https://github.com/CounterpartyXCP/CIPs/discussions" }, + { label: "Archived Forum", href: "https://forums.counterparty.io/" }, ]; ---