From 5fd0d3d32c7b490ac73ff83bf73a6481461733cd Mon Sep 17 00:00:00 2001 From: Tim Teebken <1569662+timlt@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:36:49 -0600 Subject: [PATCH] Update paths --- rtos-docs/netx-duo/chapter2.md | 4 ++-- rtos-docs/netx-duo/index.md | 2 +- rtos-docs/netx-duo/netx-duo-dhcp-client/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-dhcp-server/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-dhcpv6-client/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-dhcpv6-server/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-dns/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-ftp/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-http/Chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-mdns/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-mqtt/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-nat/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-ppp/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-ptp-client/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-rtp/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-rtsp/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-smtp-client/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-snmp/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-sntp-client/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-telnet/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-tftp/chapter2.md | 2 +- rtos-docs/netx-duo/netx-duo-web-http/chapter2.md | 2 +- rtos-docs/netx-duo/overview-netx-duo.md | 2 +- rtos-docs/threadx-modules/index.md | 2 +- rtos-docs/threadx/chapter2.md | 4 ++-- rtos-docs/threadx/index.md | 2 +- rtos-docs/threadx/overview-threadx.md | 2 +- rtos-docs/usbx/index.md | 2 +- rtos-docs/usbx/usbx-device-stack-2.md | 4 ++-- rtos-docs/usbx/usbx-host-stack-2.md | 4 ++-- 30 files changed, 34 insertions(+), 34 deletions(-) diff --git a/rtos-docs/netx-duo/chapter2.md b/rtos-docs/netx-duo/chapter2.md index 33a694c..fb5dcc5 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.comeclipse-threadx/netxduo + git clone https://github.com/eclipse-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 2d37a7d..b832082 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.comeclipse-threadx/netxduo) +[NetX Duo repository](https://github.com/eclipse-threadx/netxduo) [Eclipse ThreadX components](../../README.md) 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 b24cc64..0dc5e2a 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 255d87d..e5e6843 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/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.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_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 1fcda02..4f31939 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/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.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_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 12323db..f0dcd48 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.comeclipse-threadx/netxduo/](https://github.comeclipse-threadx/netxduo/). +NetX Duo can be obtained from our public source code repository at [https://github.com/eclipse-threadx/netxduo/](https://github.com/eclipse-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 4888523..cd44dfa 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/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.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_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 f194416..00320e3 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/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.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_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 8c21d56..05d67bd 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.comeclipse-threadx/netxduo/](https://github.comeclipse-threadx/netxduo/). +NetX Duo can be obtained from our public source code repository at [https://github.com/eclipse-threadx/netxduo/](https://github.com/eclipse-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 f9b7227..a3c1f1c 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/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.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_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 aed7828..907ca05 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.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: +MQTT Client for NetX Duo is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-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 b97f3e3..519eb4f 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.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: +NetX Duo NAT is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-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 8930e6c..39a1ea7 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 976a79e..2fa76ba 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.comeclipse-threadx/netxduo/tree/master/addons/ptp. +NetX Duo can be obtained from the public source code repository at https://github.com/eclipse-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 0689560..28bd603 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes one source file and one header file, as follows: +NetX Duo RTP Sender is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-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 411729b..7ac3136 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes one source file and one header file, as follows: +NetX Duo RTSP Server is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-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-smtp-client/chapter2.md b/rtos-docs/netx-duo/netx-duo-smtp-client/chapter2.md index 0dc00be..3236348 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/netxduo). The package includes the following files: +The NetX Duo SMTP Client is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-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 14b6239..3835f14 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.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: +SNMP Agent for NetX Duo is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-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 34257fd..a047e57 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.comeclipse-threadx/netxduo](https://github.comeclipse-threadx/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.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_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 d0de71c..b1bc87b 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 c3048c0..f94da68 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.comeclipse-threadx/netxduo/. The package includes the following files: +NetX Duo can be obtained from our public source code repository at https://github.com/eclipse-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 7efa728..582d70a 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.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: +HTTP for NetX Duo is available at [https://github.com/eclipse-threadx/netxduo](https://github.com/eclipse-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 3779c57..a100556 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.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. +NetX Duo includes [Azure IoT Middleware for Eclipse ThreadX](https://github.com/eclipse-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 c818818..879eb8a 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.comeclipse-threadx/threadx) +- [ThreadX repository](https://github.com/eclipse-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 ffcbcbf..a92ea6b 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.comeclipse-threadx/threadx + git clone https://github.com/eclipse-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 2c300b1..a3ee293 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.comeclipse-threadx/threadx) +[ThreadX repository](https://github.com/eclipse-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 5c1070b..89cae17 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.comeclipse-threadx/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.com/eclipse-threadx/threadx/tree/master/utility/rtos_compatibility_layers) for various legacy RTOS APIs (FreeRTOS, POSIX, OSEK, etc.) diff --git a/rtos-docs/usbx/index.md b/rtos-docs/usbx/index.md index 67e70c3..c3f7c06 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.comeclipse-threadx/usbx/) +[USBX repository](https://github.com/eclipse-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 b01fe95..80938b6 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.comeclipse-threadx/usbx + git clone https://github.com/eclipse-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 d3e97ef..7cdae23 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.comeclipse-threadx/usbx + git clone https://github.com/eclipse-threadx/usbx ``` Alternatively you can download a copy of the repository using the download button on the GitHub main page.