From 8fdf9b20047ca160bbf1a0d0802ba0eacc84bbe1 Mon Sep 17 00:00:00 2001 From: TropicolX Date: Thu, 9 Jan 2025 13:39:25 +0100 Subject: [PATCH] docs: fix link to JSON extensions in WebSocket API documentation --- docs/docs/interacting-with-pathfinder/websocket-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/interacting-with-pathfinder/websocket-api.md b/docs/docs/interacting-with-pathfinder/websocket-api.md index 9f5d122b94..c68addc0de 100644 --- a/docs/docs/interacting-with-pathfinder/websocket-api.md +++ b/docs/docs/interacting-with-pathfinder/websocket-api.md @@ -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 ```