Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit c811fae

Browse files
jicodesmikemaccana
andauthored
Update deserialize-instruction-data.md (#341)
* Update deserialize-instruction-data.md fix: 404 error caused by reference URL mismatch for ‘Serialize Custom Instruction Data’ lesson in documentation. * Fix formatting issues using Prettier * Fix link per CONTRIBUTING * Fix another link per CONTRIBUTING --------- Co-authored-by: Mike MacCana <mike.maccana@gmail.com>
1 parent 923ef6e commit c811fae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/courses/native-onchain-development/deserialize-instruction-data.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,9 @@ data. For that, feel free to use
603603
[this script](https://github.com/Unboxed-Software/solana-movie-client) or
604604
[the frontend](https://github.com/Unboxed-Software/solana-movie-frontend) we
605605
built in the
606-
[Serialize Custom Instruction Data lesson](serialize-instruction-data). In both
607-
cases, make sure you copy and paste the program ID for your program into the
608-
appropriate area of the source code to make sure you're testing the right
606+
[Serialize Custom Instruction Data lesson](/content/courses/native-onchain-development/serialize-instruction-data-frontend.md).
607+
In both cases, make sure you copy and paste the program ID for your program into
608+
the appropriate area of the source code to make sure you're testing the right
609609
program.
610610

611611
If you need to spend some more time with this lab before moving on, please do!
@@ -627,9 +627,9 @@ program logs when the program is invoked.
627627
You can test your program by building the
628628
[frontend](https://github.com/Unboxed-Software/solana-student-intros-frontend/tree/solution-serialize-instruction-data)
629629
we created in the
630-
[Serialize Custom Instruction Data lesson](serialize-instruction-data) and then
631-
checking the program logs on Solana Explorer. Remember to replace the program ID
632-
in the frontend code with the one you've deployed.
630+
[Serialize Custom Instruction Data lesson](/content/courses/native-onchain-development/serialize-instruction-data-frontend.md)
631+
and then checking the program logs on Solana Explorer. Remember to replace the
632+
program ID in the frontend code with the one you've deployed.
633633

634634
Try to do this independently if you can! But if you get stuck, feel free to
635635
reference the [solution code](https://beta.solpg.io/62b0ce53f6273245aca4f5b0).

0 commit comments

Comments
 (0)