From 73ea5effe5e8ad6dfaf4a3923830d89a35274663 Mon Sep 17 00:00:00 2001 From: Kunal Dhariwal Date: Tue, 15 Jan 2019 18:42:35 +0530 Subject: [PATCH] docs: update link for rpc docs (#3129) --- docs/app-dev/app-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app-dev/app-architecture.md b/docs/app-dev/app-architecture.md index 943a3cd09..b9c8d2e9a 100644 --- a/docs/app-dev/app-architecture.md +++ b/docs/app-dev/app-architecture.md @@ -45,6 +45,6 @@ Tendermint. See the following for more extensive documentation: - [Interchain Standard for the Light-Client REST API](https://github.com/cosmos/cosmos-sdk/pull/1028) -- [Tendermint RPC Docs](https://tendermint.github.io/slate/) +- [Tendermint RPC Docs](https://tendermint.com/rpc/) - [Tendermint in Production](../tendermint-core/running-in-production.md) - [ABCI spec](./abci-spec.md)