From 20a170a0e940b98b504f9b8b8aeac39332c3f444 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 27 May 2024 06:32:52 -0700 Subject: [PATCH] more link fixes --- pages/dev-tutorials/pointer-contracts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/dev-tutorials/pointer-contracts.mdx b/pages/dev-tutorials/pointer-contracts.mdx index 1cfd72d..0f8c522 100644 --- a/pages/dev-tutorials/pointer-contracts.mdx +++ b/pages/dev-tutorials/pointer-contracts.mdx @@ -41,7 +41,7 @@ This section guides you through the process of deploying a Pointer Contract for The list of requirements for deploying a pointer is fairly short: -- Sei light client (CLI/daemon) installed on your machine. You can follow the [installation guide](/node-operators) if needed. +- Sei light client (CLI/daemon) installed on your machine. You can follow the [installation guide](./installing-seid.mdx) if needed. - Address for the relevant contract (the "pointee") When a pointer is registered for any given contract, the two are mapped and identifiable across both execution environments. This link is immutable and can only be changed by the original address that created it.