Skip to content

Commit 4e5c3c4

Browse files
committed
Fixed .Net SDK links
1 parent 15bad94 commit 4e5c3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample-apps/blank-csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The project source includes function code and supporting resources:
1111
Use the following instructions to deploy the sample application. For more information on the application's architecture and implementation, see [Managing Spot Instance Requests](https://docs.aws.amazon.com/lambda/latest/dg/services-ec2-tutorial.html) in the developer guide.
1212

1313
# Requirements
14-
- [.NET Core SDK 3.1](https://nodejs.org/en/download/releases/)
14+
- [.NET Core SDK 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1)
1515
- [AWS extensions for .NET CLI](https://github.com/aws/aws-extensions-for-dotnet-cli)
1616
- The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash.
1717
- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).

sample-apps/ec2-spot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The project source includes function code and supporting resources:
1111
Use the following instructions to deploy the sample application. For more information on the application's architecture and implementation, see [Managing Spot Instance Requests](https://docs.aws.amazon.com/lambda/latest/dg/services-ec2-tutorial.html) in the developer guide.
1212

1313
# Requirements
14-
- [.NET Core SDK 2.1](https://nodejs.org/en/download/releases/)
14+
- [.NET Core SDK 2.1](https://dotnet.microsoft.com/download/dotnet-core/2.1)
1515
- The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash.
1616
- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).
1717

0 commit comments

Comments
 (0)