From e56aef35c2030dd7bc85eddbf8783830c0a4a139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedger=20M=C3=BCffke?= Date: Thu, 18 Feb 2021 10:21:39 +0100 Subject: [PATCH] fix link to client reference --- src/pages/understand-stacks/stacks-blockchain-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/stacks-blockchain-api.md b/src/pages/understand-stacks/stacks-blockchain-api.md index b13218bc..9ad73931 100644 --- a/src/pages/understand-stacks/stacks-blockchain-api.md +++ b/src/pages/understand-stacks/stacks-blockchain-api.md @@ -49,7 +49,7 @@ Thanks to this design choice, we were able to generate parts of our Javascript c ## Javascript client library -A generated JS Client is available for consumption of this API. The client library enables typesafe REST and WebSocket communication. [Please review the client documentation for more details](https://blockstack.github.io/stacks-blockchain-api/client/index.html). +A generated JS Client is available for consumption of this API. The client library enables typesafe REST and WebSocket communication. [Please review the client documentation for more details](https://blockstack.github.io/stacks-blockchain-api/). The client is made up of three components: