Skip to content

Commit c3cfecf

Browse files
Fix additional 'in this' and 'following this' link terminology
Co-authored-by: jasonrandrews <4744588+jasonrandrews@users.noreply.github.com>
1 parent 43ff2ce commit c3cfecf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/laptops-and-desktops/win_arm64ec_porting/how-to-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Then, right-click on the Arm64EC.Porting.Vectors file and open the Properties wi
121121

122122
The compiled DLL will be available under the ARM64EC subfolder. You can then use it in the **Main-app** in the same way as the DLLs built using CMake.
123123

124-
To use MSBuild for the second DLL, proceed in the same way. For your convenience, you can refer to the full source code in this [git repository](https://github.com/dawidborycki/Arm64EC.Porting.MSBuild/).
124+
To use MSBuild for the second DLL, proceed in the same way. For your convenience, you can refer to the [full source code on GitHub](https://github.com/dawidborycki/Arm64EC.Porting.MSBuild/).
125125

126126
## Summary
127127
This learning path demonstrated how to port C/C++ DLLs to Arm64 using Arm64EC. It showed you how to use CMake and MSBuild projects. You also learned how to use DLLs in the Python app with ctypes. This information can help you rapidly build UIs and keep computation-intensive work in a separate DLL. You can then build those DLLs for Arm64 and mix them with your existing x64 dependencies.

content/learning-paths/laptops-and-desktops/win_aws_iot_lambda_dynamodb/create-lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 3
77
layout: "learningpathall"
88
---
99
## Objective
10-
You will now implement the AWS Lambda function to scan the records from the DynamoDB. We have assumed that the records have already been written to the table as demonstrated in this [learning path on creating IoT applications with WoA and AWS IoT Core](/learning-paths/laptops-and-desktops/win_aws_iot_dynamodb/).
10+
You will now implement the AWS Lambda function to scan the records from the DynamoDB. We have assumed that the records have already been written to the table as demonstrated in [Use Amazon DynamoDB for your IoT applications running on Arm64](/learning-paths/laptops-and-desktops/win_aws_iot_dynamodb/).
1111

1212
## Create and configure an AWS Lambda function
1313
Go the AWS Lambda console. Then, create the function as shown below:

content/learning-paths/laptops-and-desktops/win_aws_iot_s3/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: "learningpathall"
1010

1111
In this section you will deploy the website to Amazon S3 using the Amazon Command Line interface (AWS CLI) version 2. If you don't already have it, start by [installing AWS CLI](/install-guides/aws-cli/).
1212
### AWS CLI
13-
To configure the AWS CLI you first need to create the [AWS CLI user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html#id_users_create_console). Then, you need to generate the access keys by following this [tutorial](https://docs.aws.amazon.com/cli/v1/userguide/cli-authentication-user.html).
13+
To configure the AWS CLI you first need to create an [AWS CLI user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html#id_users_create_console). Then, you need to generate the access keys by following the [AWS CLI authentication tutorial](https://docs.aws.amazon.com/cli/v1/userguide/cli-authentication-user.html).
1414

1515
Once you have the access key, go to the Command Prompt and type the following:
1616

content/learning-paths/laptops-and-desktops/win_python/how-to-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Successfully installed numpy-1.26.2
170170
```
171171

172172
## Arm build tools
173-
To install the NumPy package, we will need to provide the Arm build tools. Install Visual Studio 2022 Community with the **Desktop development with C++** workload and **Arm build tools** as explained in this [installation guide](https://developer.arm.com/documentation/102528/0100/Install-Visual-Studio).
173+
To install the NumPy package, we will need to provide the Arm build tools. Install Visual Studio 2022 Community with the **Desktop development with C++** workload and **Arm build tools** as explained in the [Visual Studio installation guide](https://developer.arm.com/documentation/102528/0100/Install-Visual-Studio).
174174

175175
After installing the build tools, restart your machine and install NumPy package with the following command:
176176

0 commit comments

Comments
 (0)