docs: networking: Update codeaurora references for rmnet

Message ID 20230628191606.25483-1-quic_jhugo@quicinc.com
State New
Headers
Series docs: networking: Update codeaurora references for rmnet |

Commit Message

Jeffrey Hugo June 28, 2023, 7:16 p.m. UTC
  source.codeaurora.org is no longer accessible and so the reference link
in the documentation is not useful.  The content was mirrored over to
Code Linaro so lets update the references to point there instead.

Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
---
 .../networking/device_drivers/cellular/qualcomm/rmnet.rst     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Subash Abhinov Kasiviswanathan (KS) June 28, 2023, 9:27 p.m. UTC | #1
On 6/28/2023 1:16 PM, Jeffrey Hugo wrote:
> source.codeaurora.org is no longer accessible and so the reference link
> in the documentation is not useful.  The content was mirrored over to
> Code Linaro so lets update the references to point there instead.
> 
> Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
> ---
>   .../networking/device_drivers/cellular/qualcomm/rmnet.rst     | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
> index 4118384cf8eb..a3d91034ef30 100644
> --- a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
> +++ b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
> @@ -191,7 +191,7 @@ MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
>   ==========================
>   
>   rmnet userspace configuration is done through netlink library librmnetctl
> -and command line utility rmnetcli. Utility is hosted in codeaurora forum git.
> +and command line utility rmnetcli. Utility is hosted in Code Linaro git.
>   The driver uses rtnl_link_ops for communication.
>   
> -https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/dataservices/tree/rmnetctl
> +https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/dataservices/

I've discussed this with Jeffrey - I'll send a v2 which points to 
iproute2 instead as it has a rmnet module for configuration.
  

Patch

diff --git a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
index 4118384cf8eb..a3d91034ef30 100644
--- a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
+++ b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
@@ -191,7 +191,7 @@  MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
 ==========================
 
 rmnet userspace configuration is done through netlink library librmnetctl
-and command line utility rmnetcli. Utility is hosted in codeaurora forum git.
+and command line utility rmnetcli. Utility is hosted in Code Linaro git.
 The driver uses rtnl_link_ops for communication.
 
-https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/dataservices/tree/rmnetctl
+https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/dataservices/