From 68a65cf55a91e50f204360ff5b1f4aa3f62d1556 Mon Sep 17 00:00:00 2001 From: "ignacio.pena@coinfabrik.com" Date: Tue, 3 Sep 2024 16:12:37 -0300 Subject: [PATCH] fix link to typedoc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69d1fec..d689655 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The `KnownTokenId` namespace manages the token IDs of supported cryptocurrencies Note: Users can transfer between different coins/tokens, not just the same token on different blockchains. For example, it's possible to convert BTC to WBTC when moving from Bitcoin to an EVM network. ### XLink SDK -The [`XLinkSDK`](https://docs-typedoc.xlink-sdk.pages.dev/modules/XLinkSDK) object contains the most important functions of this library, all grouped together. To create it: +The [`XLinkSDK`](https://releases-latest.xlink-sdk.pages.dev/modules/XLinkSDK) object contains the most important functions of this library, all grouped together. To create it: ```typescript const theSdk = new XLinkSDK(); @@ -67,7 +67,7 @@ const theSdk = new XLinkSDK(); For detailed API documentation, including a full list of available methods and their usage, please refer to: -[SDK API Documentation](https://docs-typedoc.xlink-sdk.pages.dev/classes/XLinkSDK.XLinkSDK) +[SDK API Documentation](https://releases-latest.xlink-sdk.pages.dev) ### Use Cases