From c8cae1c9b8694ab3fe405d02415c4c8395fd9930 Mon Sep 17 00:00:00 2001 From: Niccolo Raspa Date: Fri, 3 Nov 2023 10:08:29 +0100 Subject: [PATCH] Fix link in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74afa6f..71af2c7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Publish data to the [Pyth Network](https://pyth.network/). ## Overview This software runs a JRPC API server, which data providers should use to publish data. Publishing using this intermediate API server provides greater reliability, usability and security than sending transactions directly to an RPC node. -Note that only permissioned publishers can publish data to the network. Please read the [publisher guidelines](https://docs.pyth.network/publish-data) before getting started. +Note that only permissioned publishers can publish data to the network. Please read the [publisher guidelines](https://docs.pyth.network/documentation/publish-data) before getting started. ## Build