From eb34d72a0e7ea56e5fa1e21f0cd0d20979127c93 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Sun, 4 Dec 2022 17:11:47 -0700 Subject: [PATCH] docs: fix broken link (#456) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 07f16685b..8c99009e3 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ > Capi is a work in progress. The documentation may not reflect the current implementation. **Expect a stable release and proper documentation in early 2023**. -Capi is a declarative, TypeScript-first toolkit for crafting interactions with Substrate-based chains. It consists of [FRAME](https://docs.substrate.io/v3/runtime/frame/) utilities and [a high-level functional effect system](https://github.com/paritytech/zones) and [effects](./effects), which facilitate multistep, multichain interactions without compromising either performance or safety. +Capi is a declarative, TypeScript-first toolkit for crafting interactions with Substrate-based chains. It consists of [FRAME](https://docs.substrate.io/reference/glossary/#frame) utilities and [a high-level functional effect system](https://github.com/paritytech/zones) and [effects](./effects), which facilitate multistep, multichain interactions without compromising either performance or safety. - [Examples →](./examples)
SHOW ME THE CODE - [API Reference →](https://deno.land/x/capi/mod.ts)
A generated API reference, based on type signatures and in-source comments.