From 5eaf2121ffaf5eccce714c15dc08a6daaab6bfdd Mon Sep 17 00:00:00 2001 From: Zach Kolodny Date: Thu, 10 Oct 2024 17:32:26 -0400 Subject: [PATCH] lint fix --- docs/guides/external-node/00_quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/external-node/00_quick_start.md b/docs/guides/external-node/00_quick_start.md index b24571d342fc..07e52085cf4f 100644 --- a/docs/guides/external-node/00_quick_start.md +++ b/docs/guides/external-node/00_quick_start.md @@ -38,8 +38,8 @@ sudo docker compose --file testnet-external-node-docker-compose.yml down --volum ### Observability -You can see the status of the node (after recovery) in [local grafana dashboard](http://localhost:3000/dashboards). -You can also access a debug page with more information about the node [here](http://localhost:5000). +You can see the status of the node (after recovery) in [local grafana dashboard](http://localhost:3000/dashboards). You +can also access a debug page with more information about the node [here](http://localhost:5000). The HTTP JSON-RPC API can be accessed on port `3060` and WebSocket API can be accessed on port `3061`.