diff --git a/chapters/03_anchor.md b/chapters/03_anchor.md index 2ef4684f..f1b00090 100644 --- a/chapters/03_anchor.md +++ b/chapters/03_anchor.md @@ -205,7 +205,7 @@ anchor init #### CPI -* Learn how cross-program-instructions work on Anchor through [demo 2](https://github.com/urani-labs/solana-dev-onboarding-rs/tree/main/demos/02_anchor_cpi). +* Learn how cross-program instructions work on Anchor through [demo 2](https://github.com/urani-labs/solana-dev-onboarding-rs/tree/main/demos/02_anchor_cpi).
diff --git a/demos/02_anchor_cpi/README.md b/demos/02_anchor_cpi/README.md index 0b0f04df..2d7a0001 100644 --- a/demos/02_anchor_cpi/README.md +++ b/demos/02_anchor_cpi/README.md @@ -274,3 +274,12 @@ impl<'info> PullStrings<'info> { } ``` +
+ +--- + +### References + +
+ +* [Cross-program instructions, by Anchor](https://www.anchor-lang.com/docs/cross-program-invocations) \ No newline at end of file