Skip to content

Commit

Permalink
Update urls in code to those on the server (FreeRTOS#396)
Browse files Browse the repository at this point in the history
* URLs have changed on the FreeRTOS.org site - this commit matches the URLs in the code with the new URLs on the website.

* Add link to device shadow directory to the shadow docs.

* Update main.c

* Update main.c

* Update readme.txt

* Update main.c

* Update main.c

* Update readme.txt

Co-authored-by: yngki <[email protected]>
  • Loading branch information
RichardBarry and yngki authored Nov 10, 2020
1 parent 1876800 commit 5f6464c
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/shadow/index.html
URL=https://www.freertos.org/iot-device-shadow/index.html

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/mqtt/server-authentication-mqtt-example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/mqtt/mqtt-keepalive-demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/mqtt/rtos_mqtt_example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/mqtt/mutual-authentication-mqtt-example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/mqtt/basic-mqtt-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/coremqtt/index.html
URL=https://www.freertos.org/mqtt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

/***
* See https://www.FreeRTOS.org/pkcs11/index.html for configuration and usage instructions.
* See https://www.FreeRTOS.org/pkcs11/ for configuration and usage instructions.
***/

/* Standard includes. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
See https://freertos.org/pkcs11/index.html for further information.
See https://freertos.org/pkcs11/ for further information.

Contains projects that demonstrate the PKCS #11 library.
In order to run the mutual authentication demo, please convert the certificate and key PEM files associated with your IoT Thing, into a binary format DER.
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

/***
* See https://www.FreeRTOS.org/pkcs11/index.html for configuration and usage instructions.
* See https://www.FreeRTOS.org/pkcs11/ for configuration and usage instructions.
***/

/* Standard includes. */
Expand Down
5 changes: 5 additions & 0 deletions FreeRTOS-Plus/Source/AWS/readme-device-shadow.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://www.freertos.org/iot-device-shadow/index.html

0 comments on commit 5f6464c

Please sign in to comment.