diff --git a/rtos-docs/filex/chapter2.md b/rtos-docs/filex/chapter2.md index 446f6f8..359e549 100644 --- a/rtos-docs/filex/chapter2.md +++ b/rtos-docs/filex/chapter2.md @@ -33,7 +33,7 @@ For date/time stamping to function properly, FileX relies on ThreadX timer facil ## Product Distribution -FileX can be obtained from our public source code repository at . +FileX can be obtained from our public source code repository at . The following is a list of several important files in the repository: @@ -49,7 +49,7 @@ The following is a list of several important files in the repository: FileX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the FileX repository on your PC: ```c - git clone https://github.com/azure-rtos/filex + git clone https://github.com/eclipse-threadx/filex ``` Alternatively you can download a copy of the repository using the download button on the GitHub main page. diff --git a/rtos-docs/filex/index.md b/rtos-docs/filex/index.md index f05a32a..e5a9b0a 100644 --- a/rtos-docs/filex/index.md +++ b/rtos-docs/filex/index.md @@ -15,7 +15,7 @@ FileX user guide - [App. C - FileX data types](appendix-c.md) - [App. D - ASCII character codes](appendix-d.md) -[FileX repository](https://github.com/azure-rtos/filex) +[FileX repository](https://github.com/eclipse-threadx/filex) [Eclipse ThreadX components](../../README.md) - [ThreadX](../threadx/index.md) diff --git a/rtos-docs/guix/chapter-2.md b/rtos-docs/guix/chapter-2.md index 8441a56..a7a7dc2 100644 --- a/rtos-docs/guix/chapter-2.md +++ b/rtos-docs/guix/chapter-2.md @@ -43,7 +43,7 @@ and thread protection inside GUIX. ## Product Distribution -GUIX can be obtained from our public source code repository at . +GUIX can be obtained from our public source code repository at . The following is a list of the important files common to most product distributions: @@ -60,7 +60,7 @@ The following is a list of the important files common to most product distributi GUIX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the GUIX repository on your PC: ```c - git clone https://github.com/azure-rtos/guix + git clone https://github.com/eclipse-threadx/guix ``` Alternatively you can download a copy of the repository using the download button on the GitHub main page. diff --git a/rtos-docs/guix/guix-studio-2.md b/rtos-docs/guix/guix-studio-2.md index dd16f5c..fd4d96e 100644 --- a/rtos-docs/guix/guix-studio-2.md +++ b/rtos-docs/guix/guix-studio-2.md @@ -8,7 +8,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -You can obtain the GUIX Studio app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for GUIX Studio, or by going directly to [the GUIX Studio page](https://www.microsoft.com/p/azure-rtos-guix-studio/9pbm1k1r7q0f?activetab=pivot:overviewtab). Then do the following. +You can obtain the GUIX Studio app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for GUIX Studio. Then do the following. 1. From the GUIX Studio page in the App Store, click the **Get** or **Install** button to download GUIX Studio. diff --git a/rtos-docs/guix/index.md b/rtos-docs/guix/index.md index bc57f1c..aa1eb5e 100644 --- a/rtos-docs/guix/index.md +++ b/rtos-docs/guix/index.md @@ -37,7 +37,7 @@ GUIX Studio User Guide - [Ch. 10 - Simple Example Project](guix-studio-10.md) - [Ch. 11 - Resource Project File](guix-studio-11.md) -[GUIX repository](https://github.com/azure-rtos/guix) +[GUIX repository](https://github.com/eclipse-threadx/guix) [Eclipse ThreadX components](../../README.md) - [ThreadX](../threadx/index.md) diff --git a/rtos-docs/levelx/index.md b/rtos-docs/levelx/index.md index 38876a4..a396cfb 100644 --- a/rtos-docs/levelx/index.md +++ b/rtos-docs/levelx/index.md @@ -8,7 +8,7 @@ LevelX user guide - [Ch. 5 - LevelX NOR support](chapter5.md) - [Ch. 6 - LevelX NOR APIs](chapter6.md) -[LevelX repository](https://github.com/azure-rtos/levelx) +[LevelX repository](https://github.com/eclipse-threadx/levelx) [Eclipse ThreadX components](../../README.md) - [ThreadX](../threadx/index.md) diff --git a/rtos-docs/netx-duo/chapter2.md b/rtos-docs/netx-duo/chapter2.md index 0b312dd..33a694c 100644 --- a/rtos-docs/netx-duo/chapter2.md +++ b/rtos-docs/netx-duo/chapter2.md @@ -25,7 +25,7 @@ In addition, NetX Duo requires the use of two ThreadX timer objects and one Thre ## Product Distribution -NetX Duo can be obtained from our public source code repository at . +NetX Duo can be obtained from our public source code repository at . The following is a list of several important files in the repository: @@ -46,7 +46,7 @@ Binary version of the NetX Duo C library that is distributed with the standard p NetX Duo is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the NetX Duo repository on your PC: ```c - git clone https://github.com/azure-rtos/netxduo + git clone https://github.comeclipse-threadx/netxduo ``` Alternatively you can download a copy of the repository using the download button on the GitHub main page. diff --git a/rtos-docs/netx-duo/index.md b/rtos-docs/netx-duo/index.md index d51a09b..2d37a7d 100644 --- a/rtos-docs/netx-duo/index.md +++ b/rtos-docs/netx-duo/index.md @@ -167,7 +167,7 @@ NetX Duo addons - [Ch. 4 - Description of NetX Duo Secure services](netx-duo-secure-tls/chapter4.md) - [App. A - NetX Duo Secure return/error codes](netx-duo-secure-tls/appendix-a.md) -[NetX Duo repository](https://github.com/azure-rtos/netxduo) +[NetX Duo repository](https://github.comeclipse-threadx/netxduo) [Eclipse ThreadX components](../../README.md) diff --git a/rtos-docs/netx-duo/netx-duo-auto-ip/chapter2.md b/rtos-docs/netx-duo/netx-duo-auto-ip/chapter2.md index 9e65fd4..30c14cb 100644 --- a/rtos-docs/netx-duo/netx-duo-auto-ip/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-auto-ip/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -AutoIP can be obtained from our public source code repository at [https://github.com/azure-rtos/netx/](https://github.com/azure-rtos/netx/). The package includes three source files, one include files, and a PDF file that contains this document, as follows: +AutoIP can be obtained from our public source code repository at [https://github.com/eclipse-threadx/netxduo/](https://github.com/eclipse-threadx/netxduo/). The package includes three source files, one include files, and a PDF file that contains this document, as follows: - **nx_auto_ip.h**: Header file for NetX Duo AutoIP - **nx_auto_ip.c**: C Source file for NetX Duo AutoIP diff --git a/rtos-docs/netx-duo/netx-duo-bsd/chapter2.md b/rtos-docs/netx-duo/netx-duo-bsd/chapter2.md index 7c2d71d..e5397df 100644 --- a/rtos-docs/netx-duo/netx-duo-bsd/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-bsd/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo BSD can be obtained from our public source code repository at [https://github.com/azure-rtos/netx/](https://github.com/azure-rtos/netx/). The package includes two source files and a PDF file that contains this document, as follows: +NetX Duo BSD can be obtained from our public source code repository at [https://github.com/eclipse-threadx/netxduo/](https://github.com/eclipse-threadx/netxduo/). The package includes two source files and a PDF file that contains this document, as follows: - **nxd_bsd.h**: Header file for NetX Duo BSD - **nxd_bsd.c**: C Source file for NetX Duo BSD diff --git a/rtos-docs/netx-duo/netx-duo-dhcp-client/chapter2.md b/rtos-docs/netx-duo/netx-duo-dhcp-client/chapter2.md index 5830676..b24cc64 100644 --- a/rtos-docs/netx-duo/netx-duo-dhcp-client/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-dhcp-client/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo can be obtained from our public source code repository at . The package includes the following files: +NetX Duo can be obtained from our public source code repository at . The package includes the following files: - **nxd_dhcp_client.h**: Header file for NetX Duo DHCP - **nxd_dhcp_client.c**: C Source file for DHCP NetX Duo diff --git a/rtos-docs/netx-duo/netx-duo-dhcp-server/chapter2.md b/rtos-docs/netx-duo/netx-duo-dhcp-server/chapter2.md index 6c8cdb3..255d87d 100644 --- a/rtos-docs/netx-duo/netx-duo-dhcp-server/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-dhcp-server/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -The NetX Duo DHCP Server is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows: +The NetX Duo DHCP Server is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows: - **nxd_dhcp_server.h** Header file for NetX Duo DHCP Server - **nxd_dhcp_server.c** C Source file for NetX Duo DHCP Server diff --git a/rtos-docs/netx-duo/netx-duo-dhcpv6-client/chapter2.md b/rtos-docs/netx-duo/netx-duo-dhcpv6-client/chapter2.md index 0b90bde..1fcda02 100644 --- a/rtos-docs/netx-duo/netx-duo-dhcpv6-client/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-dhcpv6-client/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo DHCPv6 Client is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows: +NetX Duo DHCPv6 Client is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows: - **nxd_dhcpv6_client.h** Header file for NetX DuoDHCPv6 Client diff --git a/rtos-docs/netx-duo/netx-duo-dhcpv6-server/chapter2.md b/rtos-docs/netx-duo/netx-duo-dhcpv6-server/chapter2.md index 8e5298a..12323db 100644 --- a/rtos-docs/netx-duo/netx-duo-dhcpv6-server/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-dhcpv6-server/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo can be obtained from our public source code repository at [https://github.com/azure-rtos/netxduo/](https://github.com/azure-rtos/netxduo/). +NetX Duo can be obtained from our public source code repository at [https://github.comeclipse-threadx/netxduo/](https://github.comeclipse-threadx/netxduo/). **nxd_dhcpv6_server.h** NetX DuoDHCPv6Server header file diff --git a/rtos-docs/netx-duo/netx-duo-dns/chapter2.md b/rtos-docs/netx-duo/netx-duo-dns/chapter2.md index 3038a45..4888523 100644 --- a/rtos-docs/netx-duo/netx-duo-dns/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-dns/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo DNS Client is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows: +NetX Duo DNS Client is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows: - **nxd_dns.h** Header file for NetX Duo DNS Client - **nxd_dns.c** C Source file for NetX Duo DNS Client diff --git a/rtos-docs/netx-duo/netx-duo-ftp/chapter2.md b/rtos-docs/netx-duo/netx-duo-ftp/chapter2.md index dd3eed4..f194416 100644 --- a/rtos-docs/netx-duo/netx-duo-ftp/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-ftp/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo FTP is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows: +NetX Duo FTP is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows: - **nxd_ftp_client.h** Header file for NetX Duo FTP Client - **nxd_ftp_client.c** C Source file for NetX Duo FTP Client diff --git a/rtos-docs/netx-duo/netx-duo-http/Chapter2.md b/rtos-docs/netx-duo/netx-duo-http/Chapter2.md index 001f539..8c21d56 100644 --- a/rtos-docs/netx-duo/netx-duo-http/Chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-http/Chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo can be obtained from our public source code repository at [https://github.com/azure-rtos/netxduo/](https://github.com/azure-rtos/netxduo/). +NetX Duo can be obtained from our public source code repository at [https://github.comeclipse-threadx/netxduo/](https://github.comeclipse-threadx/netxduo/). - **nxd_http_client.h** Header file for HTTP Client for NetX Duo - **nxd_http_server.h** Header file for HTTP Server for NetX Duo diff --git a/rtos-docs/netx-duo/netx-duo-mdns/chapter2.md b/rtos-docs/netx-duo/netx-duo-mdns/chapter2.md index 8a380b3..f9b7227 100644 --- a/rtos-docs/netx-duo/netx-duo-mdns/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-mdns/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo mDNS is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows: +NetX Duo mDNS is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows: - **nxd_mdns.h** Header file for NetX Duo mDNS module - **nxd_mdns.c** C Source file for NetX Duo mDNS module diff --git a/rtos-docs/netx-duo/netx-duo-mqtt/chapter2.md b/rtos-docs/netx-duo/netx-duo-mqtt/chapter2.md index afeedfc..aed7828 100644 --- a/rtos-docs/netx-duo/netx-duo-mqtt/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-mqtt/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -MQTT Client for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files, one include file, and a file that contains this document, as follows: +MQTT Client for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files, one include file, and a file that contains this document, as follows: - **nxd_mqtt_client.h** Header file for MQTT Client for NetX Duo - **nxd_mqtt_client.c** C Source file for MQTT Client for NetX Duo diff --git a/rtos-docs/netx-duo/netx-duo-nat/chapter2.md b/rtos-docs/netx-duo/netx-duo-nat/chapter2.md index 5233c9f..b97f3e3 100644 --- a/rtos-docs/netx-duo/netx-duo-nat/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-nat/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description how to install, set up, and use the NetX Duo ## NetX Duo NAT Installation -NetX Duo NAT is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The NetX Duo NAT package includes one source file and one header file, a demonstration application file, and a PDF file for this document, as follows: +NetX Duo NAT is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The NetX Duo NAT package includes one source file and one header file, a demonstration application file, and a PDF file for this document, as follows: - **nx_nat.c** C Source file for NetX Duo NAT - **nx_nat.h** C Header file for NetX Duo NAT diff --git a/rtos-docs/netx-duo/netx-duo-ppp/chapter2.md b/rtos-docs/netx-duo/netx-duo-ppp/chapter2.md index e4d9618..8930e6c 100644 --- a/rtos-docs/netx-duo/netx-duo-ppp/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-ppp/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -The NetX Duo Point-to-Point Protocol (PPP) package is available at . The package includes the following files: +The NetX Duo Point-to-Point Protocol (PPP) package is available at . The package includes the following files: - **nx_ppp.h**: Header file for PPP for NetX Duo - **nx_ppp.c**: C Source file for PPP for NetX Duo diff --git a/rtos-docs/netx-duo/netx-duo-ptp-client/chapter2.md b/rtos-docs/netx-duo/netx-duo-ptp-client/chapter2.md index 5da38b1..976a79e 100644 --- a/rtos-docs/netx-duo/netx-duo-ptp-client/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-ptp-client/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo can be obtained from the public source code repository at https://github.com/azure-rtos/netxduo/tree/master/addons/ptp. +NetX Duo can be obtained from the public source code repository at https://github.comeclipse-threadx/netxduo/tree/master/addons/ptp. ***nxd_ptp_client.h*** Header file for PTP client for NetX Duo ***nxd_ptp_client.c*** C Source file for PTP client for NetX Duo diff --git a/rtos-docs/netx-duo/netx-duo-rtp/chapter2.md b/rtos-docs/netx-duo/netx-duo-rtp/chapter2.md index e7655f3..0689560 100644 --- a/rtos-docs/netx-duo/netx-duo-rtp/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-rtp/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo RTP Sender is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes one source file and one header file, as follows: +NetX Duo RTP Sender is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes one source file and one header file, as follows: - **nx_rtp_sender.h** Header file for NetX Duo RTP Sender - **nx_rtp_sender.c** C Source file for NetX Duo RTP Sender diff --git a/rtos-docs/netx-duo/netx-duo-rtsp/chapter2.md b/rtos-docs/netx-duo/netx-duo-rtsp/chapter2.md index a9290e0..411729b 100644 --- a/rtos-docs/netx-duo/netx-duo-rtsp/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-rtsp/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo RTSP Server is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes one source file and one header file, as follows: +NetX Duo RTSP Server is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes one source file and one header file, as follows: - **nx_rtsp_server.h** Header file for NetX Duo RTSP Server - **nx_rtsp_server.c** C Source file for NetX Duo RTSP Server diff --git a/rtos-docs/netx-duo/netx-duo-secure-dtls/chapter2.md b/rtos-docs/netx-duo/netx-duo-secure-dtls/chapter2.md index 33f74b0..b3ded13 100644 --- a/rtos-docs/netx-duo/netx-duo-secure-dtls/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-secure-dtls/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo Secure is available at [https://github.com/azure-rtos/netx](https://github.com/azure-rtos/netx). The package includes source files, include files, and a PDF file that contains this document, as follows: +NetX Duo Secure is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-threadx/netxduo). The package includes source files, include files, and a PDF file that contains this document, as follows: - **nx_secure_dtls_api.h** Public API header file for NetX Duo Secure DTLS - **nx_secure_dtls_user.h** User defines header file for NetX Duo Secure DTLS diff --git a/rtos-docs/netx-duo/netx-duo-secure-tls/chapter2.md b/rtos-docs/netx-duo/netx-duo-secure-tls/chapter2.md index 4f69641..a1a5d0d 100644 --- a/rtos-docs/netx-duo/netx-duo-secure-tls/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-secure-tls/chapter2.md @@ -21,7 +21,7 @@ Service Pack releases has the following symbol defined to indicate the service p ## Product Distribution -NetX Duo Secure is available at [https://github.com/azure-rtos/netx](https://github.com/azure-rtos/netx). The package includes source files, include files, and a PDF file that contains this document, as follows: +NetX Duo Secure is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-threadx/netxduo). The package includes source files, include files, and a PDF file that contains this document, as follows: - **nx_secure_tls_api.h** Public API header file for NetX Duo Secure TLS - **nx_secure_tls_user.h** User defines header file for NetX Duo Secure TLS diff --git a/rtos-docs/netx-duo/netx-duo-smtp-client/chapter2.md b/rtos-docs/netx-duo/netx-duo-smtp-client/chapter2.md index 2636f24..0dc00be 100644 --- a/rtos-docs/netx-duo/netx-duo-smtp-client/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-smtp-client/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## NetX Duo SMTP Client Installation -The NetX Duo SMTP Client is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes the following files: +The NetX Duo SMTP Client is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes the following files: - **nxd_smtp_client.c** C Source file for NetX Duo SMTP Client API - **nxd_smtp_client.h** C Header file for NetX Duo SMTP Client API diff --git a/rtos-docs/netx-duo/netx-duo-snmp/chapter2.md b/rtos-docs/netx-duo/netx-duo-snmp/chapter2.md index 8f7c959..14b6239 100644 --- a/rtos-docs/netx-duo/netx-duo-snmp/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-snmp/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -SNMP Agent for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes four source files, one include file, and a PDF file that contains this document, as follows: +SNMP Agent for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes four source files, one include file, and a PDF file that contains this document, as follows: - **nxd_snmp.h** Header file for SNMP for NetX Duo - **demo_snmp_helper.h** Header file for SNMP MIB data diff --git a/rtos-docs/netx-duo/netx-duo-sntp-client/chapter2.md b/rtos-docs/netx-duo/netx-duo-sntp-client/chapter2.md index 0fb2a8a..34257fd 100644 --- a/rtos-docs/netx-duo/netx-duo-sntp-client/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-sntp-client/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -SNTP for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes two source files and a PDF file that contains this document, as follows: +SNTP for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes two source files and a PDF file that contains this document, as follows: - **nxd_sntp_client.c** SNTP Client C source file - **nxd_sntp_client.h** SNTP Client Header file diff --git a/rtos-docs/netx-duo/netx-duo-telnet/chapter2.md b/rtos-docs/netx-duo/netx-duo-telnet/chapter2.md index 0f10398..d0de71c 100644 --- a/rtos-docs/netx-duo/netx-duo-telnet/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-telnet/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -The NetX Duo Telnet package is available at . The package includes the following files: +The NetX Duo Telnet package is available at . The package includes the following files: - **nxd_telnet_client.h**: Header file for Telnet Client for NetX Duo - **nxd_telnet_client.c**: C Source file for Telnet Client for NetX Duo diff --git a/rtos-docs/netx-duo/netx-duo-tftp/chapter2.md b/rtos-docs/netx-duo/netx-duo-tftp/chapter2.md index 62dbfa8..c3048c0 100644 --- a/rtos-docs/netx-duo/netx-duo-tftp/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-tftp/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -NetX Duo can be obtained from our public source code repository at https://github.com/azure-rtos/netxduo/. The package includes the following files: +NetX Duo can be obtained from our public source code repository at https://github.comeclipse-threadx/netxduo/. The package includes the following files: - **nxd_tftp_client.h** Header file for NetX Duo TFTP Client diff --git a/rtos-docs/netx-duo/netx-duo-web-http/chapter2.md b/rtos-docs/netx-duo/netx-duo-web-http/chapter2.md index bf79488..7efa728 100644 --- a/rtos-docs/netx-duo/netx-duo-web-http/chapter2.md +++ b/rtos-docs/netx-duo/netx-duo-web-http/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -HTTP for NetX Duo is available at [https://github.com/azure-rtos/netxduo](https://github.com/azure-rtos/netxduo). The package includes three source files, two include files, and a file that contains this document, as follows: +HTTP for NetX Duo is available at [https://github.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes three source files, two include files, and a file that contains this document, as follows: - **nx_web_http_common.h** Common header file for NetX Duo Web HTTP - **nx_web_http_client.h** Header file for HTTP Client for NetX Duo Web diff --git a/rtos-docs/netx-duo/overview-netx-duo.md b/rtos-docs/netx-duo/overview-netx-duo.md index c6afeb9..3779c57 100644 --- a/rtos-docs/netx-duo/overview-netx-duo.md +++ b/rtos-docs/netx-duo/overview-netx-duo.md @@ -309,7 +309,7 @@ NetX Duo provides the following additional services. ### Azure IoT Middleware -NetX Duo includes [Azure IoT Middleware for Eclipse ThreadX](https://github.com/azure-rtos/netxduo/blob/master/addons/azure_iot/docs/README.md), a platform-specific library that acts as a binding layer between Eclipse ThreadX and the Azure SDK for Embedded C to facilitate connectivity to Azure IoT services. The goals of Azure IoT Middleware are the following. +NetX Duo includes [Azure IoT Middleware for Eclipse ThreadX](https://github.comeclipse-threadx/netxduo/blob/master/addons/azure_iot/docs/README.md), a platform-specific library that acts as a binding layer between Eclipse ThreadX and the Azure SDK for Embedded C to facilitate connectivity to Azure IoT services. The goals of Azure IoT Middleware are the following. - Provide the smart client interfaces (IoTHub_Client, DeviceProvisioning_Client) that developers need for their applications. - Orchestrate the interaction between the Embedded C SDK and the platform. diff --git a/rtos-docs/threadx-modules/index.md b/rtos-docs/threadx-modules/index.md index 1520631..c818818 100644 --- a/rtos-docs/threadx-modules/index.md +++ b/rtos-docs/threadx-modules/index.md @@ -8,7 +8,7 @@ ThreadX Modules user guide - [Ch. 5 - Module Manager APIs](chapter5.md) - [Appendix - Port-specific examples](appendix.md) -- [ThreadX repository](https://github.com/azure-rtos/threadx) +- [ThreadX repository](https://github.comeclipse-threadx/threadx) [Eclipse ThreadX components](../../README.md) - [ThreadX](../threadx/index.md) diff --git a/rtos-docs/threadx/chapter2.md b/rtos-docs/threadx/chapter2.md index 5f1da8d..ffcbcbf 100644 --- a/rtos-docs/threadx/chapter2.md +++ b/rtos-docs/threadx/chapter2.md @@ -30,7 +30,7 @@ In function ***_tx_initialize_low_level***, the first-available RAM address is s ## Product Distribution -ThreadX can be obtained from our public source code repository at . +ThreadX can be obtained from our public source code repository at . The following is a list of several important files in the repository. @@ -49,7 +49,7 @@ The following is a list of several important files in the repository. ThreadX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the ThreadX repository on your PC. ```shell - git clone https://github.com/azure-rtos/threadx + git clone https://github.comeclipse-threadx/threadx ``` Alternatively you can download a copy of the repository using the download button on the GitHub main page. diff --git a/rtos-docs/threadx/index.md b/rtos-docs/threadx/index.md index 32c9f36..2c300b1 100644 --- a/rtos-docs/threadx/index.md +++ b/rtos-docs/threadx/index.md @@ -34,7 +34,7 @@ ThreadX SMP user guide - [App. D - ASCII Character Codes](./threadx-smp/appendix-d.md) - [App. E - ThreadX SMP MISRA C compliance](./appendix-e.md) -[ThreadX repository](https://github.com/azure-rtos/threadx) +[ThreadX repository](https://github.comeclipse-threadx/threadx) [Eclipse ThreadX components](../../README.md) - [ThreadX](../threadx/index.md) diff --git a/rtos-docs/threadx/overview-threadx.md b/rtos-docs/threadx/overview-threadx.md index 26102f8..5c1070b 100644 --- a/rtos-docs/threadx/overview-threadx.md +++ b/rtos-docs/threadx/overview-threadx.md @@ -116,5 +116,5 @@ ThreadX supports most popular embedded development tools, including IAR's Embedd ## Adaptation layer for ThreadX -You can ease application migration issues to Eclipse ThreadX by using ThreadX [adaption layers](https://github.com/azure-rtos/threadx/tree/master/utility/rtos_compatibility_layers) for various legacy RTOS APIs (FreeRTOS, POSIX, OSEK, etc.) +You can ease application migration issues to Eclipse ThreadX by using ThreadX [adaption layers](https://github.comeclipse-threadx/threadx/tree/master/utility/rtos_compatibility_layers) for various legacy RTOS APIs (FreeRTOS, POSIX, OSEK, etc.) diff --git a/rtos-docs/tracex/appendix-a.md b/rtos-docs/tracex/appendix-a.md index 943d607..1ba4bdc 100644 --- a/rtos-docs/tracex/appendix-a.md +++ b/rtos-docs/tracex/appendix-a.md @@ -14,8 +14,7 @@ This chapter displays a sample **tx_port.h** file. /* */ /* This software is licensed under the Eclipse Foundation Software License */ /* Terms for Eclipse Foundation Eclipse ThreadX. Full text of the license can be */ -/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -/* and in the root directory of this software. */ +/* found in the LICENSE file in the root directory of this software. */ /* */ /**************************************************************************/ diff --git a/rtos-docs/tracex/appendix-b.md b/rtos-docs/tracex/appendix-b.md index b4ad36b..0267155 100644 --- a/rtos-docs/tracex/appendix-b.md +++ b/rtos-docs/tracex/appendix-b.md @@ -14,8 +14,7 @@ This chapter displays the **tx_trace.h** file. /* */ /* This software is licensed under the Eclipse Foundation Software License */ /* Terms for Eclipse Foundation Eclipse ThreadX. Full text of the license can be */ -/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -/* and in the root directory of this software. */ +/* found in the LICENSE file in the root directory of this software. */ /* */ /**************************************************************************/ diff --git a/rtos-docs/tracex/chapter2.md b/rtos-docs/tracex/chapter2.md index ab787c9..d987eb6 100644 --- a/rtos-docs/tracex/chapter2.md +++ b/rtos-docs/tracex/chapter2.md @@ -9,7 +9,7 @@ This chapter contains a description of various issues related to installation, s ## Product Distribution -You can obtain the TraceX app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for TraceX, or by going directly to [the TraceX page](https://www.microsoft.com/p/azure-rtos-tracex/9nf1lfd5xxg3?activetab=pivot:overviewtab). Then do the following. +You can obtain the TraceX app from the [Microsoft App Store](https://microsoft.com/store/apps) by searching for TraceX. Then do the following. 1. From the TraceX page in the App Store, click the **Get** or **Install** button to install TraceX. diff --git a/rtos-docs/usbx/index.md b/rtos-docs/usbx/index.md index 10b8a66..67e70c3 100644 --- a/rtos-docs/usbx/index.md +++ b/rtos-docs/usbx/index.md @@ -33,7 +33,7 @@ USBX host stack supplemental - [Ch. 4 - USBX Pictbridge implementation](usbx-host-stack-supplemental-4.md) - [Ch. 5 - USBX OTG](usbx-host-stack-supplemental-5.md) -[USBX repository](https://github.com/azure-rtos/usbx/) +[USBX repository](https://github.comeclipse-threadx/usbx/) [Eclipse ThreadX components](../../README.md) - [ThreadX](../threadx/index.md) diff --git a/rtos-docs/usbx/usbx-device-stack-2.md b/rtos-docs/usbx/usbx-device-stack-2.md index 0677622..b01fe95 100644 --- a/rtos-docs/usbx/usbx-device-stack-2.md +++ b/rtos-docs/usbx/usbx-device-stack-2.md @@ -30,7 +30,7 @@ USBX also relies on ThreadX semaphores, mutexes, and threads for multiple thread ### Product Distribution -USBX can be obtained from our public source code repository at . +USBX can be obtained from our public source code repository at . The following is a list of several important files in the repository. @@ -46,7 +46,7 @@ All filenames are in lower-case. This naming convention makes it easier to conve USBX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the USBX repository on your PC: ```c - git clone https://github.com/azure-rtos/usbx + git clone https://github.comeclipse-threadx/usbx ``` Alternatively you can download a copy of the repository using the download button on the GitHub main page. diff --git a/rtos-docs/usbx/usbx-host-stack-2.md b/rtos-docs/usbx/usbx-host-stack-2.md index c32e1e8..d3e97ef 100644 --- a/rtos-docs/usbx/usbx-host-stack-2.md +++ b/rtos-docs/usbx/usbx-host-stack-2.md @@ -30,7 +30,7 @@ USBX also relies on ThreadX semaphores, mutexes, and threads for multiple thread ### Product Distribution -USBX can be obtained from our public source code repository at . +USBX can be obtained from our public source code repository at . The following is a list of several important files in the repository: @@ -46,7 +46,7 @@ All filenames are in lower-case. This naming convention makes it easier to conve USBX is installed by cloning the GitHub repository to your local machine. The following is typical syntax for creating a clone of the USBX repository on your PC: ```powershell - git clone https://github.com/azure-rtos/usbx + git clone https://github.comeclipse-threadx/usbx ``` Alternatively you can download a copy of the repository using the download button on the GitHub main page.