From 00c4b52a588ec8b8ae52edba034db92498c18a41 Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 6 Dec 2019 16:04:44 +0100 Subject: [PATCH] docs: fix broken ecosystem link (#4222) I put it as the awesome repo ecosytem section as this is currently the only place where there is tendermint only ecosystem information. - closes #4198 Signed-off-by: Marko Baricevic --- abci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/README.md b/abci/README.md index 2debe4183..ad84eb77c 100644 --- a/abci/README.md +++ b/abci/README.md @@ -8,7 +8,7 @@ can manage an application state running in another. Previously, the ABCI was referred to as TMSP. -The community has provided a number of additional implementations, see the [Tendermint Ecosystem](https://tendermint.com/ecosystem) +The community has provided a number of additional implementations, see the [Tendermint Ecosystem](https://github.com/tendermint/awesome#ecosystem) ## Installation & Usage