Skip to content

Commit c08bc7c

Browse files
scmacdonbrmur
authored andcommitted
updated Readme
1 parent 82eea2f commit c08bc7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kotlin/services/dynamodb/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `kotli
3333

3434
Code examples that show you how to perform the essential operations within a service.
3535

36-
- [Learn the basics](src/main/kotlin/com/kotlin/dynamodb/Scenario.kt)
36+
- [Learn the basics](src/main/kotlin/com/kotlin/dynamodb/scenario/Scenario.kt)
3737

3838

3939
### Single actions
@@ -55,8 +55,8 @@ Code excerpts that show you how to call individual service functions.
5555
Code examples that show you how to accomplish a specific task by calling multiple
5656
functions within the same service.
5757

58-
- [Query a table by using batches of PartiQL statements](src/main/kotlin/com/kotlin/dynamodb/ScenarioPartiQLBatch.kt)
59-
- [Query a table using PartiQL](src/main/kotlin/com/kotlin/dynamodb/ScenarioPartiQ.kt)
58+
- [Query a table by using batches of PartiQL statements](src/main/kotlin/com/kotlin/dynamodb/scenario/ScenarioPartiQLBatch.kt)
59+
- [Query a table using PartiQL](src/main/kotlin/com/kotlin/dynamodb/scenario/ScenarioPartiQ.kt)
6060

6161

6262
<!--custom.examples.start-->
@@ -148,4 +148,4 @@ in the `kotlin` folder.
148148

149149
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
150150

151-
SPDX-License-Identifier: Apache-2.0
151+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)