diff --git a/pages/service/trading/_meta.json b/pages/service/trading/_meta.json index d972cdc..9f2ea6f 100644 --- a/pages/service/trading/_meta.json +++ b/pages/service/trading/_meta.json @@ -1,4 +1,4 @@ { "introduction": "Introduction", - "trading": "Trading" + "execute-a-trade": "Execute a trade" } diff --git a/pages/service/trading/trading.mdx b/pages/service/trading/execute-a-trade.mdx similarity index 100% rename from pages/service/trading/trading.mdx rename to pages/service/trading/execute-a-trade.mdx diff --git a/pages/service/trading/introduction.mdx b/pages/service/trading/introduction.mdx index ee3ac51..d6cb701 100644 --- a/pages/service/trading/introduction.mdx +++ b/pages/service/trading/introduction.mdx @@ -8,7 +8,7 @@ import { Callout } from "nextra/components"; If you're building a trading based game that doesn't necessarily rely on buying and selling, Trading is for you. The methods related to trading provide you with the means to transfer assets between two Profiles, without having to deal with the risk that one of the Profiles doesn't receive their promised assets or token. -- [Trading](/service/trading/trading): Trade assets and tokens between two profiles securely +- [Execute a trade](/service/trading/execute-a-trade): Trade assets and tokens between two profiles securely ### Roadmap