Skip to content

Commit a053e49

Browse files
committed
Update links in tx-sender page to use absolute paths for improved navigation and consistency
1 parent a34493c commit a053e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/dev-tools/tx-sender.page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function TxSenderBody(): React.JSX.Element {
260260
units: "drops of XRP",
261261
longerDescription: <div>{translate("Deliver a small amount of XRP with a large ")}
262262
<code>{translate("Amount")}</code>{translate(" value, to test your handling of ")}
263-
<Link to="../../docs/concepts/payment-types/partial-payments">{translate("partial payments")}</Link>{translate(".")}</div>,
263+
<Link to="/docs/concepts/payment-types/partial-payments">{translate("partial payments")}</Link>{translate(".")}</div>,
264264
buttonTitle: "(Please wait for partial payments setup to finish)",
265265
}}
266266
loadingBar={{
@@ -288,7 +288,7 @@ function TxSenderBody(): React.JSX.Element {
288288
{{
289289
buttonText: translate("Create Escrow"),
290290
units: translate("seconds"),
291-
longerDescription: (<div>{translate("Create a ")}<Link to="../../docs/concepts/payment-types/escrow">{translate("time-based escrow")}</Link>
291+
longerDescription: (<div>{translate("Create a ")}<Link to="/docs/concepts/payment-types/escrow">{translate("time-based escrow")}</Link>
292292
{translate(" of 1 XRP for the specified number of seconds.")}</div>),
293293
}}
294294
inputSettings={

0 commit comments

Comments
 (0)