Skip to content

Commit

Permalink
Update rust-basics.md (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 authored Feb 16, 2024
1 parent 673afec commit 212b3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/md/en/docs/learn/rust-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Being the language of choice for Substrate, Rust is a highly performant programm

## Rust in Substrate

In the [Architecture]() section, you will learn that Substrate is made of two distinct architectural components: the outer node and the runtime.
In the [Architecture](/learn/architecture/) section, you will learn that Substrate is made of two distinct architectural components: the outer node and the runtime.
While more complex features in Rust such as multithreading and asynchronous Rust are used in the outer node code, they aren't directly exposed to runtime engineers, making it easier for runtime engineers to focus on the business logic of their node.

Generally, depending on their focus, developers should expect to know:
Expand Down

0 comments on commit 212b3df

Please sign in to comment.