From 32bf9aa99d55755d5432ef4aadfc28ede3e1e3a6 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Wed, 16 Sep 2020 17:48:21 -0700 Subject: [PATCH] Fix link in CHANGELOG (#1286) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76be4d3813..3d615b5364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ These libraries have gone through code quality checks including verification tha - This release uses submodule references to the following new individual repositories for the MQTT, JSON and AWS IoT Shadow service client libraries under `libraries` folder: - [FreeRTOS/coreMQTT](https://github.com/FreeRTOS/coreMQTT) for MQTT client library - - [FreeRTOS/coreJSON](https://github.com/FreeRTOS/JSON) for JSON parser library + - [FreeRTOS/coreJSON](https://github.com/FreeRTOS/coreJSON) for JSON parser library - [aws/device-shadow-for-aws-iot-embedded-sdk](https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk) for AWS IoT Shadow service client library. - With this release, we are introducing a [date-based versioning scheme](README.md#versioning).