Skip to content

Commit 36fad41

Browse files
committed
Fixed links to individual samples.
1 parent fe3f45f commit 36fad41

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# AWS Mobile SDK for Unity Samples
22

3-
## [Cognito Sync Sample](https://github.com/awslabs/aws-sdk-unity-samples)
3+
## [Cognito Sync Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/Cognito%20Sync)
44

55
This sample snippet demonstrates how to securely manage and sync your game data and create unique identities via login providers.
6-
7-
## [Cognito Sync Unity Project](https://github.com/awslabs/aws-sdk-unity-samples)
6+
7+
## [Cognito Sync Unity Project](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/Cognito%20Sync%20Demo%20Project)
88

99
This sample Unity project shows how to save game data to the cloud and access it accross devices using Cognito Sync.
10-
11-
## [DynamoDB Sample](https://github.com/awslabs/aws-sdk-unity-samples)
12-
10+
11+
## [DynamoDB Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/DynamoDB)
12+
1313
This sample demonstrates how to create / update / delete / query items using DynamoDB Object Mapper.
1414

15-
## [S3 Sample](https://github.com/awslabs/aws-sdk-unity-samples)
16-
15+
## [S3 Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/S3)
16+
1717
The S3 sample demonstrates the following:
1818

1919
* List all buckets in the AWS account
2020
* List all objects in the specified bucket
2121
* Upload an object into the specified bucket
22-
* Download an object from the specified bucket
23-
24-
## [Mobile Analytics Sample](https://github.com/awslabs/aws-sdk-unity-samples)
25-
22+
* Download an object from the specified bucket
23+
24+
## [Mobile Analytics Sample](https://github.com/awslabs/aws-sdk-unity-samples/tree/master/Mobile%20Analytics)
25+
2626
The Mobile Analytics sample demonstrates the following:
2727

2828
* How to integrate Mobile Analytics client with your app
2929
* Create and use custom event
30-
* Create and use monetization event
31-
* Record and send events to server
30+
* Create and use monetization event
31+
* Record and send events to server

0 commit comments

Comments
 (0)