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>
This commit is contained in:
lienng_aws 2021-07-23 12:48:59 -07:00 committed by GitHub
parent 69b9155bad
commit 01614ca997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,15 +6,10 @@ the same transport interface definition.
Directories: Directories:
+ coreMQTT contains the implementation of the coreMQTT library. See: + coreMQTT contains the implementation of the coreMQTT library.
https://www.freertos.org/mqtt + coreMQTT-Agent contains the implementation of the coreMQTT Agent library.
+ coreHTTP contains the implementation of the coreHTTP library.
+ coreMQTT-Agent contains the implementation of the coreMQTT Agent library. See: + coreSNTP contains the implementation of the coreSNTP library.
https://www.freertos.org/mqtt/mqtt-agent-demo + network_transport contains multiple implementations for the transport interface.
+ 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
For more details on the above libraries, see: https://www.freertos.org/application-protocols.html.