From b7576b3b24e20c4ccb4d589c6f2fbbd65b83e045 Mon Sep 17 00:00:00 2001 From: Abit Date: Wed, 19 Feb 2025 16:43:27 +0100 Subject: [PATCH] Update links in FAQ --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index abbee9d5..db416abc 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -27,10 +27,10 @@ Note: this way has limitation: public nodes doesn't store full account history, only limited number of entries * By querying `elasticsearch plugin - `_. + `_. In short, elasticsearch plugin export account history data into elasticsearch instance, from which it's can be obtained directly or via elasticsearch - wrapper. See ``_ to get info on how + wrapper. See ``_ to get info on how to query the wrapper. A real-world example of elasticsearch wrapper usage for obtaining filled orders history is `bitshares-tradehistory-analyzer `_