Skip to content

Commit 86482a3

Browse files
authored
fixing readme api link (#80)
Updating the API link to correct one, previous one was broken.
1 parent f7729f8 commit 86482a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ options by hand, as described in the config example above.
8484
`cargo run --release -- --config <your_config.toml>` will build and run the agent in a single step.
8585

8686
## Publishing API
87-
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.
87+
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.
8888

8989
# Development
9090
## Unit Testing

0 commit comments

Comments
 (0)