Skip to content

Commit 0fb4708

Browse files
fix(docs): broken image links in fsa guide (#1087)
2 parents 71ac269 + 973db23 commit 0fb4708

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/smart-accounts/2-fasset-instructions.mdx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ A collateral reservation and deposit instruction payment reference is the 32-byt
354354
style={{ width: "100%" }}
355355
sources={{
356356
light: useBaseUrl(
357-
"img/smart-accounts/bytes-upshift-collateral-reservation-and-deposit-light.png",
357+
"img/docs/smart-accounts/bytes-upshift-collateral-reservation-and-deposit-light.png",
358358
),
359359
dark: useBaseUrl(
360-
"img/smart-accounts/bytes-upshift-collateral-reservation-and-deposit-dark.png",
360+
"img/docs/smart-accounts/bytes-upshift-collateral-reservation-and-deposit-dark.png",
361361
),
362362
}}
363363
/>
@@ -390,8 +390,12 @@ A deposit instruction payment reference is the 32-byte value:
390390
alt="Breakdown of bytes in payment reference for the deposit action."
391391
style={{ width: "100%" }}
392392
sources={{
393-
light: useBaseUrl("img/smart-accounts/bytes-upshift-deposit-light.png"),
394-
dark: useBaseUrl("img/smart-accounts/bytes-upshift-deposit-dark.png"),
393+
light: useBaseUrl(
394+
"img/docs/smart-accounts/bytes-upshift-deposit-light.png",
395+
),
396+
dark: useBaseUrl(
397+
"img/docs/smart-accounts/bytes-upshift-deposit-dark.png",
398+
),
395399
}}
396400
/>
397401
</div>
@@ -426,10 +430,10 @@ A request redeem instruction payment reference is the 32-byte value:
426430
style={{ width: "100%" }}
427431
sources={{
428432
light: useBaseUrl(
429-
"img/smart-accounts/bytes-upshift-request-redeem-light.png",
433+
"img/docs/smart-accounts/bytes-upshift-request-redeem-light.png",
430434
),
431435
dark: useBaseUrl(
432-
"img/smart-accounts/bytes-upshift-request-redeem-dark.png",
436+
"img/docs/smart-accounts/bytes-upshift-request-redeem-dark.png",
433437
),
434438
}}
435439
/>

0 commit comments

Comments
 (0)