nidhi-singh02 1 هفته پیش
والد
کامیت
7381bdd8b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/developer-hub/content/docs/price-feeds/core/publish-data/index.mdx

+ 1 - 1
apps/developer-hub/content/docs/price-feeds/core/publish-data/index.mdx

@@ -65,7 +65,7 @@ Data providers can publish data to the network using the [pyth-agent](https://gi
 This package abstracts away all of the communication with the underlying blockchain and exposes a simple JSON RPC interface for submitting price data.
 Please see the [README](https://github.com/pyth-network/pyth-agent) of that package for instructions on using it.
 This software requires you to configure both the keypair and validators from the previous steps in order to run.
-Please also see the [JSON RPC API documentation](.publish-data/pyth-client-websocket-api/).
+Please also see the [JSON RPC API documentation](./publish-data/pyth-client-websocket-api/).
 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.
 
 </Step>