From 83a235372c4b851b52520783442d61c042bd7691 Mon Sep 17 00:00:00 2001 From: Ibrahim Almuqrin Date: Sat, 26 Jan 2019 11:42:52 +0300 Subject: [PATCH] Tiny documentation links fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 222258c..22532ed 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ In this workshop we'll learn how to build cloud-enabled mobile applications with ### Topics we'll be covering: - [Authentication](https://github.com/dabit3/aws-amplify-workshop-react-native#adding-authentication) -- [GraphQL API with AWS AppSync](https://github.com/dabit3/aws-amplify-workshop-react-native#adding-a-rest-api) -- [REST API with a Lambda Function](https://github.com/dabit3/aws-amplify-workshop-react-native#adding-a-graphql-api) +- [GraphQL API with AWS AppSync](https://github.com/dabit3/aws-amplify-workshop-react-native#adding-a-graphql-api) +- [REST API with a Lambda Function](https://github.com/dabit3/aws-amplify-workshop-react-native#adding-a-rest-api) - [Analytics](https://github.com/dabit3/aws-amplify-workshop-react-native#adding-analytics) - [Adding Storage with Amazon S3](https://github.com/dabit3/aws-amplify-workshop-react-native#working-with-storage) - [Removing / Deleting Services](https://github.com/dabit3/aws-amplify-workshop-react-native#removing-services) @@ -810,4 +810,4 @@ If you are unsure of what services you have enabled at any time, you can run the amplify status ``` -`amplify status` will give you the list of resources that are currently enabled in your app. \ No newline at end of file +`amplify status` will give you the list of resources that are currently enabled in your app.