From 3b6b4a60679b2329d3fde9adbcc77577a68fc352 Mon Sep 17 00:00:00 2001 From: Dimitar Petkov <796902+2dpetkov@users.noreply.github.com> Date: Wed, 14 Jan 2026 22:33:19 +0200 Subject: [PATCH] update link to validator docs in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d09a5dd..7e5536aa7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ go install . ``` ## Validator Usage -To read how to run the oracle as a validator based on the chain, please reference the [validator documentation](https://docs.skip.build/connect/validators/quickstart). +To read how to run the oracle as a validator based on the chain, please reference the [validator documentation](https://docs.dydx.xyz/nodes/running-node/running-a-validator). ## Developer Usage