From 6d80ca1723f2f4b411eef812fafa3a39387ef245 Mon Sep 17 00:00:00 2001 From: Justin Pfifer Date: Mon, 10 Sep 2018 14:46:45 -0700 Subject: [PATCH] Fix the link to Issue #341 (#396) * Fix link to issue #341 * Fix the link in the changelog too. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2daddb..28f748aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * [Issue #280](https://github.com/awslabs/amazon-kinesis-client/issues/280) * [PR #305](https://github.com/awslabs/amazon-kinesis-client/pull/305) * Allow the use of `AT_TIMESTAMP` for MultiLang Daemon Clients. - * [Issue #341)(https://github.com/awslabs/amazon-kinesis-client/issues/341) + * [Issue #341](https://github.com/awslabs/amazon-kinesis-client/issues/341) * [PR #342](https://github.com/awslabs/amazon-kinesis-client/pull/342) * Update the cache for `KinesisProxy#getShard` on cache misses. * [PR #344](https://github.com/awslabs/amazon-kinesis-client/pull/344)