Skip to content

Commit b4071ed

Browse files
authored
Update cpp-batching-upgrade.md
1 parent f60798a commit b4071ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cpp-batching-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
## Websocket API
6-
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).
6+
If you are using the [websocket JRPC API](../pctest/test_publish_websocket.cpp) 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).
77

88
## C++ Bindings
99
If you are linking against the C++ bindings, you will need to make some changes to your code to support sending batched updates.

0 commit comments

Comments
 (0)