From 1b82509b67471b0e9e20c4db100c6cd47240cb6f Mon Sep 17 00:00:00 2001 From: Matthew Linares Date: Fri, 7 Apr 2023 11:34:07 +0100 Subject: [PATCH] Update developer.mdx Fix broken link to docs. --- pages/developer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/developer.mdx b/pages/developer.mdx index c9d0684..74d56c2 100644 --- a/pages/developer.mdx +++ b/pages/developer.mdx @@ -7,7 +7,7 @@ For Web3 developers who are frustrated building a complicated stack, DAOhaus V3 Whether you are building a stand alone project or extending [DAOhaus](https://daohaus.club/) functionality, DAO Toolbox makes it easier to read and write DAO data. We are hoping our years of experience figuring this stuff out saves you time and helps you prioiritize what matters. -The [contracts](./decentralized-infrastructure/contracts) write directly to the blockchain, with [subgraphs](./decentralized-infrastructure/subgraphs/overview) making the data easier to query. +The [contracts](./decentralized-infrastructure/contracts) write directly to the blockchain, with [subgraphs](https://toolbox.daohaus.fun/decentralized-infrastructure/subgraphs/overview) making the data easier to query. We hope this set of utilities pulling from that base layer makes it more accessible for applications built on top. We have published the packages in our [SDK](./sdk/overview) to NPM.