From 7ed71c829e4833fdfc81e9c59b8f5ea22273f618 Mon Sep 17 00:00:00 2001 From: Khairallah AL-Awady Date: Mon, 5 May 2025 17:25:45 +0300 Subject: [PATCH] chore: Update links --- docs/zk-coprocessor/quickstart.md | 2 +- docs/zk-coprocessor/themis-testnet/overview.md | 2 +- docs/zk-coprocessor/themis-testnet/solidity.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zk-coprocessor/quickstart.md b/docs/zk-coprocessor/quickstart.md index 8765456..1646aa3 100644 --- a/docs/zk-coprocessor/quickstart.md +++ b/docs/zk-coprocessor/quickstart.md @@ -62,7 +62,7 @@ This step allows you to register the relevant contract that you'd like Lagrange In this step, we will go through the process of registering and executing queries. -Visit the [dashboard](https://app.lagrange.dev/zk-coprocessor/register-query) to register a query. +Visit the [dashboard](https://app.lagrange.dev/zk-coprocessor/create/register-query) to register a query. ![register](/img/register-query.png) diff --git a/docs/zk-coprocessor/themis-testnet/overview.md b/docs/zk-coprocessor/themis-testnet/overview.md index 39a263d..91fef9d 100644 --- a/docs/zk-coprocessor/themis-testnet/overview.md +++ b/docs/zk-coprocessor/themis-testnet/overview.md @@ -17,7 +17,7 @@ The goals of Testnet Themis are twofold: Lagrange's ZK Coprocessor and Verifiable Database is the first solution enabling developers to express complex queries on-chain and we're building this from scratch. We decided to release Testnet Themis with a reduced feature set to start getting feedback from developers using our tech. In particular, Testnet Themis is: - Focused on proving mapping and primitive storage variables -- Self service [query registration](https://app.lagrange.dev/zk-coprocessor/register-query) +- Self service [query registration](https://app.lagrange.dev/zk-coprocessor/create/register-query) - Self service table registration The next section goes into more detail about the API to interact with Testnet Themis. diff --git a/docs/zk-coprocessor/themis-testnet/solidity.md b/docs/zk-coprocessor/themis-testnet/solidity.md index 90f0efd..8bf9fda 100644 --- a/docs/zk-coprocessor/themis-testnet/solidity.md +++ b/docs/zk-coprocessor/themis-testnet/solidity.md @@ -21,7 +21,7 @@ This step allows you to register the relevant contract that you would like Lagra ## Register Queries as SQL SELECT Statements -You can [register queries using our Web UI](https://app.lagrange.dev/zk-coprocessor/register-query) +You can [register queries using our Web UI](https://app.lagrange.dev/zk-coprocessor/create/register-query) ## Querying the database