From 5bc5c3e697abc7d41dbe037165a0226ad091e7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Hjort?= <87635671+shjortConcordium@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:44:25 +0100 Subject: [PATCH] Add links to SDK Readmes Co-authored-by: Rasmus Kirk --- docs/gRPC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gRPC.md b/docs/gRPC.md index 7d4bde0ea..8982491b3 100644 --- a/docs/gRPC.md +++ b/docs/gRPC.md @@ -63,7 +63,7 @@ a concordium-node. ## Creating a client The client requires an appropriate transport. However the web-sdk and node-sdk each exposes a helper function `createConcordiumClient` that creates a client using the appropriate transport (gRPC-web for web and regular gRPC for nodeJS). -Please refer the the node-sdk or web-sdk's README's to see how to use those functions. +Please refer the the [node-sdk](../packages/nodejs/README.md#concordiumnodeclient) or [web-sdk's](../packages/web/README.md#concordiumnodeclient) README's to see how to use those functions. ## Send Account Transaction The following example demonstrates how to send any account transaction.