From 5ebf5664916952b14e66119c2c29de75381f847c Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Fri, 26 May 2023 19:14:35 +0200 Subject: [PATCH] Link the translations from the README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e43d25cb..cf334451 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,16 @@ from basic syntax to generics and error handling. It also includes deep dives on [bare-metal]: https://google.github.io/comprehensive-rust/bare-metal.html [concurrency]: https://google.github.io/comprehensive-rust/concurrency.html -Read the course at **https://google.github.io/comprehensive-rust/**. +
+ +👉 +Read the course: +[**English**](https://google.github.io/comprehensive-rust/) ∙ +[Brazilian Portuguese](https://google.github.io/comprehensive-rust/pt-BR/) ∙ +[Korean](https://google.github.io/comprehensive-rust/ko/) +👈 + +
## Course Format and Target Audience