From 589934d9d1f424bbf10949a9de8587ecca2fd98c Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 3 Dec 2018 18:30:25 -0800 Subject: [PATCH] Update Firefox HTTP addon recommendation Removes recommendation for Poster extension (dead) and replaces it with a recommendation for RESTED. Fixes a broken link to the Poster page. --- .../tutorials/get-started/get-started-with-the-rippled-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/get-started/get-started-with-the-rippled-api.md b/content/tutorials/get-started/get-started-with-the-rippled-api.md index 55a87d139e..74bad6bf44 100644 --- a/content/tutorials/get-started/get-started-with-the-rippled-api.md +++ b/content/tutorials/get-started/get-started-with-the-rippled-api.md @@ -34,7 +34,7 @@ These public servers are not for sustained or business use, and they may become ## JSON-RPC -You can use any HTTP client (like [Poster for Firefox](https://addons.mozilla.org/en-US/firefox/addon/poster/) or [Postman for Chrome](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en)) to make JSON-RPC calls a `rippled` server. Most programming languages have a library for making HTTP requests built in. +You can use any HTTP client (like [RESTED for Firefox](https://addons.mozilla.org/en-US/firefox/addon/rested/) or [Postman for Chrome](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en)) to make JSON-RPC calls a `rippled` server. Most programming languages have a library for making HTTP requests built in. ### Request Formatting