Skip to content

Commit 67e337c

Browse files
committed
fix: updated dotnetv4 DynamoDB example
1 parent 8aee7cf commit 67e337c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotnetv4/DynamoDB/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv4
3838

3939
Code examples that show you how to perform the essential operations within a service.
4040

41-
- [Learn the basics](../../dotnetv3/dynamodb/scenarios/DynamoDB_Basics/DynamoDB_Basics_Scenario/DynamoDB_Basics.cs)
41+
- [Learn the basics](../DynamoDB/Scenarios/DynamoDB_Basics/DynamoDbBasics.cs)
4242

4343

4444
### Single actions

dotnetv4/DynamoDB/Scenarios/DynamoDB_Basics/DynamoDbBasics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3-
3+
44
using Amazon.DynamoDBv2;
55
using DynamoDBActions;
66
using Microsoft.Extensions.DependencyInjection;

0 commit comments

Comments
 (0)