docs: Replacing git:// with https:// in all the clone commands
Change-Id: I471023fc23ffaebe04d9668426b4c1b03e423a21
diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst
index 61195d0..0e15985 100644
--- a/docs/source/getting-started.rst
+++ b/docs/source/getting-started.rst
@@ -254,9 +254,9 @@
mkdir ndnSIM
cd ndnSIM
- git clone git://github.com/cawka/ns-3-dev-ndnSIM.git ns-3
- git clone git://github.com/cawka/pybindgen.git pybindgen
- git clone git://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM
+ git clone https://github.com/cawka/ns-3-dev-ndnSIM.git ns-3
+ git clone https://github.com/cawka/pybindgen.git pybindgen
+ git clone https://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM
# Build and install NS-3 and ndnSIM
cd ns-3
@@ -266,7 +266,7 @@
sudo ./waf install
cd ..
- git clone git://github.com/cawka/ndnSIM-scenario-template.git scenario
+ git clone https://github.com/cawka/ndnSIM-scenario-template.git scenario
cd scenario
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH