From aa9c3025db114357479f1e8c341dccff2d20395d Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:20:07 +0200 Subject: [PATCH] Removed remaining of json-rpc reference from connect.md and change to the correct rest api reference page. (#2597) --- docs/operators/how-to/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/how-to/connect.md b/docs/operators/how-to/connect.md index 80f63958d..b3754019a 100644 --- a/docs/operators/how-to/connect.md +++ b/docs/operators/how-to/connect.md @@ -2,7 +2,7 @@ *Note that this tutorial describes how to **configure** a node to connect to other peers before running the node. For connecting a running node to existing peers, -see the [JSON-RPC API](https://rfc.vac.dev/spec/16/).* +see the [WAKU REST API reference](https://waku-org.github.io/waku-rest-api/#post-/admin/v1/peers).* There are currently three options. Note that each of these options can be used in combination with any of the other two.