summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlienng_aws <66034203+LienNguyen2910@users.noreply.github.com>2021-07-23 12:48:59 -0700
committerGitHub <noreply@github.com>2021-07-23 12:48:59 -0700
commit01614ca997cad98b7835f7ab7258094111daacd9 (patch)
treef87cea05ecf81a9b3083e8a0a4515f4f96ad624e
parent69b9155badfe4295a31b78e7fb78763e91be886c (diff)
downloadfreertos-git-01614ca997cad98b7835f7ab7258094111daacd9.tar.gz
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 <architag@amazon.com> * Update FreeRTOS-Plus/Source/Application-Protocols/readme.txt Co-authored-by: Paul Bartell <pbartell@amazon.com> Co-authored-by: Archit Aggarwal <architag@amazon.com> Co-authored-by: Paul Bartell <pbartell@amazon.com>
-rw-r--r--FreeRTOS-Plus/Source/Application-Protocols/readme.txt17
1 files 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.