From 7a8a1f1cbfaf974e5cda20e7e039b6fe68e334d8 Mon Sep 17 00:00:00 2001 From: Adam Krellenstein Date: Wed, 10 Jun 2026 00:13:01 +0200 Subject: [PATCH] Point footer API link to apidocs.counterparty.io --- src/components/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, ];