From 804bf458944912432f50653a820efba44f89daa1 Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Sun, 29 Jun 2025 12:25:46 +0300 Subject: [PATCH] Fix broken link to Garnet documentation --- docs/pages/indexer/sql.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/indexer/sql.mdx b/docs/pages/indexer/sql.mdx index 345ca9491f..162964c7d2 100644 --- a/docs/pages/indexer/sql.mdx +++ b/docs/pages/indexer/sql.mdx @@ -6,7 +6,7 @@ import { Callout } from "nextra/components"; -If there is a SQL-enabled indexer instance serving a blockchain, as there is for [Redstone](https://redstone.xyz/) and [Garnet](https://garnetchain.com/docs/what-is-redstone), you can use it to: +If there is a SQL-enabled indexer instance serving a blockchain, as there is for [Redstone](https://redstone.xyz/) and [Garnet](https://garnet.redstone.xyz/docs/what-is-redstone), you can use it to: - Run queries on the data of any `World` on that blockchain. - [Speed up the initial hydration](#mud-state-hydration-via-sql-api) by reducing the amount of data that needs to be synchronized.