File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ function TxSenderBody(): React.JSX.Element {
260
260
units : "drops of XRP" ,
261
261
longerDescription : < div > { translate ( "Deliver a small amount of XRP with a large " ) }
262
262
< 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 > ,
264
264
buttonTitle : "(Please wait for partial payments setup to finish)" ,
265
265
} }
266
266
loadingBar = { {
@@ -288,7 +288,7 @@ function TxSenderBody(): React.JSX.Element {
288
288
{ {
289
289
buttonText : translate ( "Create Escrow" ) ,
290
290
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 >
292
292
{ translate ( " of 1 XRP for the specified number of seconds." ) } </ div > ) ,
293
293
} }
294
294
inputSettings = {
You can’t perform that action at this time.
0 commit comments