From e85fdfdd10f4b09889d0680f5c414b52940e6f52 Mon Sep 17 00:00:00 2001 From: Nicholas Diakomihalis Date: Wed, 13 Sep 2023 13:45:01 +0100 Subject: [PATCH] fixing readme api link Updating the API link to correct one, previous one was broken. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16e78f4f..74afa6f9 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ options by hand, as described in the config example above. `cargo run --release -- --config ` will build and run the agent in a single step. ## Publishing API -A running agent will expose a WebSocket serving the JRPC publishing API documented [here](https://docs.pyth.network/publish-data/pyth-client-websocket-api). See `config/config.toml` for related settings. +A running agent will expose a WebSocket serving the JRPC publishing API documented [here](https://docs.pyth.network/documentation/publish-data/pyth-client-websocket-api). See `config/config.toml` for related settings. # Development ## Unit Testing