Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zk-coprocessor/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/zk-coprocessor/themis-testnet/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/zk-coprocessor/themis-testnet/solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down