From 01614ca997cad98b7835f7ab7258094111daacd9 Mon Sep 17 00:00:00 2001 From: lienng_aws <66034203+LienNguyen2910@users.noreply.github.com> Date: Fri, 23 Jul 2021 12:48:59 -0700 Subject: [PATCH] Replace library links with the application-protocols one (#665) * Replace library links with the application-protocols one The ReadMe.txt refers to library link on FreeRTOS.org which will not be available until after the library is released in github. Instead, use top level page https://www.freertos.org/application-protocols.html which lists all the libraries in this directory which is also easy for user to navigate and could avoid this issue when releasing new library. * Update FreeRTOS-Plus/Source/Application-Protocols/readme.txt Co-authored-by: Archit Aggarwal * Update FreeRTOS-Plus/Source/Application-Protocols/readme.txt Co-authored-by: Paul Bartell Co-authored-by: Archit Aggarwal Co-authored-by: Paul Bartell --- .../Source/Application-Protocols/readme.txt | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/FreeRTOS-Plus/Source/Application-Protocols/readme.txt b/FreeRTOS-Plus/Source/Application-Protocols/readme.txt index 08e930aeb..e6749f1fc 100644 --- a/FreeRTOS-Plus/Source/Application-Protocols/readme.txt +++ b/FreeRTOS-Plus/Source/Application-Protocols/readme.txt @@ -6,15 +6,10 @@ the same transport interface definition. Directories: -+ coreMQTT contains the implementation of the coreMQTT library. See: - https://www.freertos.org/mqtt - -+ coreMQTT-Agent contains the implementation of the coreMQTT Agent library. See: - https://www.freertos.org/mqtt/mqtt-agent-demo - -+ network_transport contains the transport interface definition. See the - comment above and https://www.freertos.org/network-interface.html - -+ coreHTTP contains the implementation of the coreHTTP library. See: - https://www.freertos.org/http ++ coreMQTT contains the implementation of the coreMQTT library. ++ coreMQTT-Agent contains the implementation of the coreMQTT Agent library. ++ coreHTTP contains the implementation of the coreHTTP library. ++ coreSNTP contains the implementation of the coreSNTP library. ++ network_transport contains multiple implementations for the transport interface. +For more details on the above libraries, see: https://www.freertos.org/application-protocols.html.