Skip to content

Commit c7a11da

Browse files
committed
Fix bad image link
1 parent e570110 commit c7a11da

File tree

5 files changed

+1024
-1185
lines changed

5 files changed

+1024
-1185
lines changed

docs/tutorials/javascript/send-payments/create-accounts-send-xrp.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
2-
html: create-accounts-send-xrp-using-javascript.html
3-
parent: send-payments-using-javascript.html
42
seo:
53
description: Create two accounts and transfer XRP between them.
64
labels:
75
- Accounts
8-
- Quickstart
96
- Transaction Sending
107
- XRP
118
---

docs/tutorials/javascript/send-payments/create-time-based-escrows.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ seo:
33
description: Create, finish, or cancel time-based escrow transactions.
44
labels:
55
- Accounts
6-
- Quickstart
76
- Transaction Sending
87
- XRP
98
---
@@ -117,7 +116,7 @@ If you forget to save the sequence number, you can find it in the escrow transac
117116

118117
# Code Walkthrough
119118

120-
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/_code-samples/quickstart/js/)in the source repository for this website.
119+
Download and expand the [Modular Tutorials](../../../../_code-samples/modular-tutorials/payment-modular-tutorials.zip)<!-- {.github-code-download} --> archive.
121120

122121
## ripple8-escrow.js
123122

docs/tutorials/python/send-payments/create-time-based-escrows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To get test accounts:
4545
3. Click **Get Operational Account**.
4646
4. Click **Get Op Account Info**.
4747

48-
[![Escrow Tester with Account Information](/docs/img/quickstart-escrow2.png)](/docs/img/quickstart-py-escrow2.png)
48+
[![Escrow Tester with Account Information](/docs/img/quickstart-py-escrow2.png)](/docs/img/quickstart-py-escrow2.png)
4949

5050
## Create Escrow
5151

0 commit comments

Comments
 (0)