From 525dcc75acad99694d7b2203ec1f76f8fbf6d4a9 Mon Sep 17 00:00:00 2001 From: BrianWu Date: Fri, 8 Nov 2024 16:13:17 +0800 Subject: [PATCH] Fix hyperlink display issue --- docs/build-parachain-based-cross-chain-solution copy.md | 2 +- .../zh-CN/build-parachain-based-cross-chain-solution copy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build-parachain-based-cross-chain-solution copy.md b/docs/build-parachain-based-cross-chain-solution copy.md index 79749c4..85932b1 100644 --- a/docs/build-parachain-based-cross-chain-solution copy.md +++ b/docs/build-parachain-based-cross-chain-solution copy.md @@ -24,7 +24,7 @@ As the fundamental of Web3 ecosystem, dStorage is designed to serve the entire w There are many smart contract platforms such as Ethereum, Polkadot, Near, Polygon, Solana... Every platform has its own DApp ecosystem. Web3 users use different identities to call smart contracts on each blockchain. And providing dStorage to users on different blockchains becomes a basic requirement for dStorage projects. ## Solution -As a dStorage project in the Polkadot ecosystem, Crust Parachain builds on top of [Substrate](https://github.com/paritytech/substrate) and supports to place storage order through [***xStorage***] pallet (https://github.com/crustio/crust/tree/parachain/shadow/crust-collator/pallets/xstorage). +As a dStorage project in the Polkadot ecosystem, Crust Parachain builds on top of [Substrate](https://github.com/paritytech/substrate) and supports to place storage order through [***xStorage***](https://github.com/crustio/crust/tree/parachain/shadow/crust-collator/pallets/xstorage) pallet. There are two Crust Parachains, you can use either of them to interact with the Crust dStorage network: * Crust Parachain running on Polkadot Relaychain diff --git a/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md b/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md index 79749c4..85932b1 100644 --- a/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md +++ b/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md @@ -24,7 +24,7 @@ As the fundamental of Web3 ecosystem, dStorage is designed to serve the entire w There are many smart contract platforms such as Ethereum, Polkadot, Near, Polygon, Solana... Every platform has its own DApp ecosystem. Web3 users use different identities to call smart contracts on each blockchain. And providing dStorage to users on different blockchains becomes a basic requirement for dStorage projects. ## Solution -As a dStorage project in the Polkadot ecosystem, Crust Parachain builds on top of [Substrate](https://github.com/paritytech/substrate) and supports to place storage order through [***xStorage***] pallet (https://github.com/crustio/crust/tree/parachain/shadow/crust-collator/pallets/xstorage). +As a dStorage project in the Polkadot ecosystem, Crust Parachain builds on top of [Substrate](https://github.com/paritytech/substrate) and supports to place storage order through [***xStorage***](https://github.com/crustio/crust/tree/parachain/shadow/crust-collator/pallets/xstorage) pallet. There are two Crust Parachains, you can use either of them to interact with the Crust dStorage network: * Crust Parachain running on Polkadot Relaychain