From 3ca21b7df7dd4d9459230cf2611568ab4e0e2ad1 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Mon, 14 Dec 2020 22:53:59 +0000 Subject: [PATCH 1/2] Update README with LTS blurb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31b93d98..4be1406c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ safety and data structure invariance through the See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/coreHTTP/docs/doxygen/output/html/index.html#http_memory_requirements). +**coreHTTP v2.0.0 [source code](https://github.com/FreeRTOS/coreHTTP/tree/v2.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00_LTS) release.** + ## coreHTTP Config File The HTTP client library exposes configuration macros that are required for From 410fdc1c946388db80d413ba49fb583b7720ba41 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Tue, 15 Dec 2020 14:44:42 +0000 Subject: [PATCH 2/2] Update link to LTS branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be1406c..3afe1c37 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ safety and data structure invariance through the See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/coreHTTP/docs/doxygen/output/html/index.html#http_memory_requirements). -**coreHTTP v2.0.0 [source code](https://github.com/FreeRTOS/coreHTTP/tree/v2.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00_LTS) release.** +**coreHTTP v2.0.0 [source code](https://github.com/FreeRTOS/coreHTTP/tree/v2.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release.** ## coreHTTP Config File