diff --git a/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md b/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md index 646373955..f68b6a69d 100644 --- a/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md +++ b/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md @@ -44,6 +44,7 @@ Here the architecture is **ARM64**. ```console dotnet run -a x64 ``` +{{% /notice %}} ## Test the GET request diff --git a/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md b/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md index 691b42a53..eafd230b0 100644 --- a/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md +++ b/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md @@ -25,12 +25,6 @@ microsoft:tools/kitware/cmake 3.25.2 installed Kitware's c microsoft:tools/ninja-build/ninja 1.10.2 installed Ninja is a small build system with a focus on speed. ``` -#### Activate tools using a vcpkg-configuration.json file elsewhere - -```bash - vcpkg activate --json=../my-config.json -``` - #### Deactivate artifacts specified by vcpkg-configuration.json ```bash { output_lines = "2-4" }