From db8b947448b5ef7b0ad87606fb8b2b615765f4d9 Mon Sep 17 00:00:00 2001 From: Pavel Kaplin Date: Mon, 29 Dec 2014 15:28:42 -0800 Subject: [PATCH] Correct links to Kinesis documentation in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65d2fa74..f8697b52 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The **Amazon Kinesis Client Library for Java** (Amazon KCL) enables Java develop ## Getting Started 1. **Sign up for AWS** — Before you begin, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see [AWS Account and Credentials][docs-signup] in the AWS SDK for Java Developer Guide. -1. **Sign up for Amazon Kinesis** — Go to the Amazon Kinesis console to sign up for the service and create an Amazon Kinesis stream. For more information, see [Create an Amazon Kinesis Stream][kinesis-guide-create] in the Amazon Kinesis Developer Guide. +1. **Sign up for Amazon Kinesis** — Go to the Amazon Kinesis console to sign up for the service and create an Amazon Kinesis stream. For more information, see [Amazon Kinesis Streams][kinesis-guide-streams] in the Amazon Kinesis Developer Guide. 1. **Minimum requirements** — To use the Amazon Kinesis Client Library, you'll need **Java 1.7+**. For more information about Amazon Kinesis Client Library requirements, see [Before You Begin][kinesis-guide-begin] in the Amazon Kinesis Developer Guide. 1. **Using the Amazon Kinesis Client Library** — The best way to get familiar with the Amazon Kinesis Client Library is to read [Developing Record Consumer Applications][kinesis-guide-applications] in the Amazon Kinesis Developer Guide. @@ -39,8 +39,8 @@ To make it easier for developers to write record processors in other languages, [docs-signup]: http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-setup.html [kinesis-guide]: http://docs.aws.amazon.com/kinesis/latest/dev/introduction.html [kinesis-guide-begin]: http://docs.aws.amazon.com/kinesis/latest/dev/before-you-begin.html -[kinesis-guide-create]: http://docs.aws.amazon.com/kinesis/latest/dev/step-one-create-stream.html -[kinesis-guide-applications]: http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-record-processor-app.html +[kinesis-guide-streams]: http://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html +[kinesis-guide-applications]: http://docs.aws.amazon.com/kinesis/latest/dev/developing-consumer-apps-with-kcl.html [kclpy]: https://github.com/awslabs/amazon-kinesis-client-python [multi-lang-protocol]: https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/multilang/package-info.java