From cf01c468ebe210af907abb846b047002f51b3776 Mon Sep 17 00:00:00 2001 From: Mohammed Alawad <50057882+malawadd@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:21:39 +0300 Subject: [PATCH] fix links --- docs/pages/zero-to-hero-klaster-guide.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/zero-to-hero-klaster-guide.mdx b/docs/pages/zero-to-hero-klaster-guide.mdx index 21dca37..01f68c0 100644 --- a/docs/pages/zero-to-hero-klaster-guide.mdx +++ b/docs/pages/zero-to-hero-klaster-guide.mdx @@ -126,7 +126,7 @@ As well as working with the Multichain RPC provider, the Klaster SDK works best objects. These objects represent mappings of tokens you consider _equivalent_ across various blockchains. One example would be _USDC_ - which is widely deployed by Circle across multiple blockchains. -You can use the Circle [Token Deployments]('https://www.circle.com/en/multi-chain-usdc') to see which address the canonical +You can use the Circle [Token Deployments](https://www.circle.com/en/multi-chain-usdc) to see which address the canonical version of which token is deployed to. However, nothing limits you to using only offical token deployments. If you consider the `axlUSDC` to be equivalent to cannonical @@ -181,7 +181,7 @@ Klaster introduces a concept of _Bridging Plugigs_. Yoa can think of them as tem uses to encode and execute a bridging action whenever it needs to. Since Klaster is an agnostic protocol and SDK, every function that might require bridging can accept the function of type `BridgePlugin` as input. -For this tutorial we have prepared a [LiFi]('https://li.fi') bridging plugin example. +For this tutorial we have prepared a [LiFi](https://li.fi) bridging plugin example. But in general, what is a Klaster Bridging Plugin?