From 2a0956edb7869313b443c8deb9f9e591e83be6d4 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Fri, 24 Nov 2023 10:28:18 +0000 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c6be88..eccc155 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## ℹ️ Overview -Cosmos SDK offers [APIs for built-in modules using gRPC, REST, and Tendermint RPC](https://docs.cosmos.network/main/core/grpc_rest.html). This project aims to provide simple REST APIs for data that default Cosmos SDK APIs can't provide. +Cosmos SDK offers [APIs for built-in modules using gRPC, REST, and Tendermint RPC](https://docs.cosmos.network/main/learn/advanced/grpc_rest). This project aims to provide simple REST APIs for data that default Cosmos SDK APIs can't provide. This collection of custom APIs can be deployed as a [Cloudflare Worker](https://workers.cloudflare.com/) or compatible serverless platforms.