From 42fd60ed15361af744e192c240ae83a143ae4d87 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:40:26 +0200 Subject: [PATCH] Update cpp-batching-upgrade.md --- doc/cpp-batching-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cpp-batching-upgrade.md b/doc/cpp-batching-upgrade.md index 35a4b557d..48270010c 100644 --- a/doc/cpp-batching-upgrade.md +++ b/doc/cpp-batching-upgrade.md @@ -3,7 +3,7 @@ As of 2.10.1, `pyth-client` has support for sending batched price updates. This significantly reduces SOL burn, so we strongly advise that you update to this newer version. ## Websocket API -If you are using the [websocket JRPC API](websocket_api.md) to send updates to `pythd`, all you need to do is update the version of pythd you are running to [`2.10.1`](https://github.com/pyth-network/pyth-client/releases/tag/mainnet-v2.10.1). +If you are using the [websocket JRPC API](https://github.com/pyth-network/documentation/blob/main/pages/price-feeds/publish-data/pyth-client-websocket-api.mdx) to send updates to `pythd`, all you need to do is update the version of pythd you are running to [`2.10.1`](https://github.com/pyth-network/pyth-client/releases/tag/mainnet-v2.10.1). ## C++ Bindings If you are linking against the C++ bindings, you will need to make some changes to your code to support sending batched updates.