You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/developer-hub/content/docs/price-feeds/core/publish-data/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Data providers can publish data to the network using the [pyth-agent](https://gi
65
65
This package abstracts away all of the communication with the underlying blockchain and exposes a simple JSON RPC interface for submitting price data.
66
66
Please see the [README](https://github.com/pyth-network/pyth-agent) of that package for instructions on using it.
67
67
This software requires you to configure both the keypair and validators from the previous steps in order to run.
68
-
Please also see the [JSON RPC API documentation](./pyth-client-websocket-api).
68
+
Please also see the [JSON RPC API documentation](./publish-data/pyth-client-websocket-api/).
69
69
Finally, the [example publisher](https://github.com/pyth-network/example-publisher) is a fully-worked example of how to integrate with the pyth-agent API.
0 commit comments