From 3a535c9266f991e229ac1b68209bb6f9faedeb1f Mon Sep 17 00:00:00 2001 From: BogdanA Date: Thu, 4 Apr 2024 22:22:51 +0300 Subject: [PATCH] Update features.ts Broken link to supported chains Signed-off-by: BogdanA --- lib/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features.ts b/lib/features.ts index 7133afb6..db1d6aaa 100644 --- a/lib/features.ts +++ b/lib/features.ts @@ -27,7 +27,7 @@ const features: Feature[] = [ icon: FaLink, description: "Live on Ethereum, Optimism, Arbitrum, Arbitrum Nova, and Polygon. Filecoin and zkEVMs coming soon.", - link: "https://docs.tableland.xyz/fundamentals/chains", + link: "https://docs.tableland.xyz/fundamentals/supported-chains", }, ]