diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 205d0c9..9132da4 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -12,7 +12,7 @@ const aboutLinks = [ const resourceLinks = [ { label: "Documentation", href: "https://docs.counterparty.io/" }, - { label: "API", href: "https://counterpartycore.docs.apiary.io/" }, + { label: "API", href: "https://apidocs.counterparty.io/" }, { label: "GitHub", href: "https://github.com/CounterpartyXCP" }, ];