Skip to content

Commit 7d24ee7

Browse files
Fix links
1 parent ff1e980 commit 7d24ee7

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ server examples that are documented on the
1414
pages.
1515

1616
The
17-
[standard C library style API](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/Standard_File_System_API.html)
17+
[standard C library style API](https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/04-FreeRTOS-plus-FAT/05-Standard_Native_File_System_API)
1818
includes a thread local errno value, and the lower level native API provides a
1919
rich set of detailed error codes.
2020

include/ff_stdio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
/*-----------------------------------------------------------
117117
* Get and set the task's file system errno
118118
* The most up to date API documentation is currently provided on the following URL:
119-
* http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/Standard_File_System_API.html
119+
* https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/04-FreeRTOS-plus-FAT/05-Standard_Native_File_System_API
120120
*-----------------------------------------------------------*/
121121

122122
/*

portable/Zynq.2019.3/ff_sddisk.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*** documentation and testing is not necessarily complete. ***
1616
*** ***
1717
*** PLEASE REPORT EXPERIENCES USING THE SUPPORT RESOURCES FOUND ON THE ***
18-
*** URL: http://www.FreeRTOS.org/contact Active early adopters may, at ***
18+
*** URL: https://forums.freertos.org/ Active early adopters may, at ***
1919
*** the sole discretion of Real Time Engineers Ltd., be offered versions ***
2020
*** under a license other than that described below. ***
2121
*** ***
@@ -34,9 +34,8 @@
3434
* under the terms of the GNU General Public License V2. Links to the relevant
3535
* licenses follow:
3636
*
37-
* The FreeRTOS+FAT License Information Page: http://www.FreeRTOS.org/fat_license
38-
* The FreeRTOS Open Source License: http://www.FreeRTOS.org/license
39-
* The GNU General Public License Version 2: http://www.FreeRTOS.org/gpl-2.0.txt
37+
* The FreeRTOS+FAT License Information Page: https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/04-FreeRTOS-plus-FAT/FreeRTOS_Plus_FAT_License
38+
* The FreeRTOS Open Source License: https://www.freertos.org/Documentation/03-Libraries/01-Library-overview/04-Licensing
4039
*
4140
* FreeRTOS+FAT is distributed in the hope that it will be useful. You cannot
4241
* use FreeRTOS+FAT unless you agree that you use the software 'as is'.

portable/linux/ff_sddisk.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* under the terms of the GNU General Public License V2. Links to the relevant
1515
* licenses follow:
1616
*
17-
* The FreeRTOS+FAT License Information Page: http://www.FreeRTOS.org/fat_license
18-
* The FreeRTOS Open Source License: http://www.FreeRTOS.org/license
19-
* The GNU General Public License Version 2: http://www.FreeRTOS.org/gpl-2.0.txt
17+
* The FreeRTOS+FAT License Information Page: https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/04-FreeRTOS-plus-FAT/FreeRTOS_Plus_FAT_License
18+
* The FreeRTOS Open Source License: https://www.freertos.org/Documentation/03-Libraries/01-Library-overview/04-Licensing
2019
*
2120
* FreeRTOS+FAT is distributed in the hope that it will be useful. You cannot
2221
* use FreeRTOS+FAT unless you agree that you use the software 'as is'.

0 commit comments

Comments
 (0)