diff --git a/docs/intro.md b/docs/intro.md index 4b58877..bd41ff3 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -36,7 +36,7 @@ Please take a moment to look at the schedule for the Rust Workshop. | Axum Web Servers | PR003 | | Tauri Desktop Applications | PR106 | | Rust Kernel Development | PR105 | -| Edge AI in Rust | RP107 | +| Edge AI in Rust | PR107 | ### Sunday diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 30e8fde..e312402 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -36,7 +36,7 @@ const FeatureList: FeatureItem[] = [ Svg: require("@site/static/img/embedded.svg").default, description: ( <> - Use the Raspberry Pi Pico 2W, one of the most affordable and easy to use + Use the STM32 Nucleo-U545RE-Q, one of the most affordable and easy to use development boards to design and implement hardware devices. ),