Skip to content

Commit 212b3df

Browse files
authored
Update rust-basics.md (#2117)
1 parent 673afec commit 212b3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/learn/rust-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Being the language of choice for Substrate, Rust is a highly performant programm
1717

1818
## Rust in Substrate
1919

20-
In the [Architecture]() section, you will learn that Substrate is made of two distinct architectural components: the outer node and the runtime.
20+
In the [Architecture](/learn/architecture/) section, you will learn that Substrate is made of two distinct architectural components: the outer node and the runtime.
2121
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.
2222

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

0 commit comments

Comments
 (0)