Skip to content

Commit

Permalink
docs: fix link to JSON extensions in WebSocket API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TropicolX committed Jan 9, 2025
1 parent 874926c commit 8fdf9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/interacting-with-pathfinder/websocket-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ws.onmessage = (event) => {

## Pathfinder WebSocket Extensions

As with the [JSON extensions](interacting-with-pathfinder/json-rpc-api#pathfinder-json-extensions), Pathfinder provides Websocket equivalents of their custom endpoints. They are served under:
As with the [JSON extensions](json-rpc-api#pathfinder-json-extensions), Pathfinder provides Websocket equivalents of their custom endpoints. They are served under:
```
/ws/rpc/pathfinder/v0_1
```
Expand Down

0 comments on commit 8fdf9b2

Please sign in to comment.