From daeb288f9ccae71697b6589bc4df29624bfd358f Mon Sep 17 00:00:00 2001 From: Serhii Shymkiv Date: Thu, 16 May 2024 09:47:54 +0300 Subject: [PATCH] Links fix. --- .../introduction-to-zkapps/testing-zkapps-lightnet.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zkapps/writing-a-zkapp/introduction-to-zkapps/testing-zkapps-lightnet.mdx b/docs/zkapps/writing-a-zkapp/introduction-to-zkapps/testing-zkapps-lightnet.mdx index 388ae9500..02ca56d3c 100644 --- a/docs/zkapps/writing-a-zkapp/introduction-to-zkapps/testing-zkapps-lightnet.mdx +++ b/docs/zkapps/writing-a-zkapp/introduction-to-zkapps/testing-zkapps-lightnet.mdx @@ -36,7 +36,7 @@ Lightnet provides the following benefits: (single-node network managed by multi-purpose Mina Daemon or multi-node network with diverse participant types) - Creates and funds accounts so that you can deploy and interact with your zkApps. The genesis ledger is configured with `1000` pre-funded accounts with the `1550 MINA` balance on each. -- Runs the archive data tools like [Mina archive process](/node-operators/archive-node), `PostgreSQL RDBMS`, [Archive-Node-API](/zkapps/o1js/fetch-events-and-actions) +- Runs the archive data tools like [Mina archive process](/node-operators/archive-node), `PostgreSQL RDBMS`, [Archive-Node-API](/zkapps/writing-a-zkapp/feature-overview/fetch-events-and-actions) (can be disabled if there is no need) - Provides the Mina accounts manager helper tool so you can automate accounts retrieval using, for example, the `Lightnet` [o1js API namespace](https://github.com/o1-labs/o1js/blob/23cdfa3e17a8e8132b70895d34aab711cebd676f/src/lib/mina/fetch.ts#L804). - Simplifies zkApps and network state monitoring by @@ -63,7 +63,7 @@ Lightnet requires minimum hardware resources to operate properly. See [start the multi node network](#start-the-multi-node-network). -When you use Lightnet via the [`zkapp-cli`](/zkapps/install-zkapp-cli) application, the mentioned reseources availability is checked automatically. +When you use Lightnet via the [`zkapp-cli`](/zkapps/writing-a-zkapp/introduction-to-zkapps/install-zkapp-cli) application, the mentioned resources availability is checked automatically. ## High-level workflow for Lightnet