mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
removes blank from internal links
This commit is contained in:
@@ -275,15 +275,15 @@ const marketIntegrationData = [
|
|||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Utilize XRP Ledger's native{" "}
|
Utilize XRP Ledger's native{" "}
|
||||||
<Link target="_blank" to="/docs/concepts/tokens/decentralized-exchange">
|
<Link to="/docs/concepts/tokens/decentralized-exchange">
|
||||||
decentralized exchange (DEX)
|
decentralized exchange (DEX)
|
||||||
</Link>{" "}
|
</Link>{" "}
|
||||||
with integrated{" "}
|
with integrated{" "}
|
||||||
<Link target="_blank" to="/docs/concepts/tokens/decentralized-exchange/automated-market-makers">
|
<Link to="/docs/concepts/tokens/decentralized-exchange/automated-market-makers">
|
||||||
Automated Market Makers (AMM)
|
Automated Market Makers (AMM)
|
||||||
</Link>{" "}
|
</Link>{" "}
|
||||||
and onchain 24/7 order books, providing a developer-friendly environment
|
and onchain 24/7 order books, providing a developer-friendly environment
|
||||||
to create <Link target="_blank" to="/docs/use-cases/defi">DeFi solutions</Link> for
|
to create <Link to="/docs/use-cases/defi">DeFi solutions</Link> for
|
||||||
traditional finance applications.
|
traditional finance applications.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user