From 839d668956e49b916e98f97460edc191b27aa8b7 Mon Sep 17 00:00:00 2001 From: George Nash Date: Wed, 15 Apr 2020 17:58:59 -0700 Subject: [PATCH] Removed instruction to checkout the swig branch in READMEs Signed-off-by: George Nash --- port/android/README.md | 2 +- swig/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/port/android/README.md b/port/android/README.md index 7c5544147..ea7222dad 100644 --- a/port/android/README.md +++ b/port/android/README.md @@ -21,7 +21,7 @@ It can be installed on Ubuntu Linux using the following command. ### Get IoTivity-Lite Checkout IoTivity-lite git project run the following command to get a anonymous copy of -iotivity-lite. Checkout the SWIG branch. +iotivity-lite. git clone https://gitlab.iotivity.org/iotivity/iotivity-lite.git diff --git a/swig/README.md b/swig/README.md index 52c17a225..75b0beea3 100644 --- a/swig/README.md +++ b/swig/README.md @@ -47,7 +47,7 @@ Instructions for Linux - A local copy of IoTivity-lite Checkout IoTivity-Lite git project run the following command to get a anonymous copy of -iotivity-lite. Checkout the SWIG branch. +iotivity-lite. git clone https://gitlab.iotivity.org/iotivity/iotivity-lite.git -- GitLab