]> rtime.felk.cvut.cz Git - ortcan-www.git/commitdiff
Update URLs to the project GIT repositories after SF.net update to Allura platform.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 25 Jun 2013 14:25:15 +0000 (16:25 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 25 Jun 2013 14:25:15 +0000 (16:25 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
index.mdwn
lincan/index.mdwn
lincan/usbcan/index.mdwn
qcanalyzer/index.mdwn
vca/index.mdwn

index f81b42801a324b796c52e22235160e26fac9a3c7..ad94e3fc75b924f34a2b7a3baea1ebdbbcbcba52 100644 (file)
@@ -35,7 +35,7 @@ CAN Bus Analyzer [[qCANanlyzer|qcanalyzer]].
 To obtain and build sources of the latest development
 version of former OCERA CAN components use
 
-    git clone git://ortcan.git.sourceforge.net/gitroot/ortcan/ortcan
+    git clone git://git.code.sf.net/p/ortcan/ortcan-top
     cd ortcan/
     git submodule update --init
     make default-config
index ea034a4ad9d37a447252cf0f058d0ecc11fef4be..1eab3b5cc714d9468682710937b7011557bc64c3 100644 (file)
@@ -21,14 +21,14 @@ module build. The latest version of standalone LinCAN
 sources can be obtained from GIT repository and build
 by next commands
 
-    git clone git://ortcan.git.sourceforge.net/gitroot/ortcan/lincan
+    git clone git://git.code.sf.net/p/ortcan/lincan
     cd lincan
     ./build-lincan.sh
 
 The other option is to build LinCAN driver as part
 of the whole OrtCAN tree
 
-    git clone git://ortcan.git.sourceforge.net/gitroot/ortcan/ortcan
+    git clone git://git.code.sf.net/p/ortcan/ortcan-top
     cd ortcan/
     git submodule update --init
     make default-config
index 4f229fb94fd3c91a4638b21adc1c620e205c5f50..7e6df654c97180f3d9df275f19897f09eaf9d8a0 100644 (file)
@@ -11,7 +11,7 @@ is based on [[LinCAN|lincan]] driver sources adapted to run on bare MCU hardware
 
 The firmware sources are included in can-usb1 branch of [[LinCAN|lincan]] GIT repository.
 
-    git clone --branch can-usb1 git://ortcan.git.sourceforge.net/gitroot/ortcan/lincan
+    git clone --branch can-usb1 git://git.code.sf.net/p/ortcan/lincan
     cd lincan
 
 Edit build-embedded.sh to select required target board. The default select LPC2148+SJA1000
index ca912cfac3c71be11fb428c227392adfc11f9bfa..b11bca2e05b1d807e70784c69a55e7ab9098f286 100644 (file)
@@ -15,7 +15,7 @@ protocol with use of [[VCA|vca]] based CANblaster daemon or can directly open
 
 Source code checkout and build
 
-    git clone git://qcanalyzer.git.sourceforge.net/gitroot/ortcan/qcanalyzer
+    git clone git://git.code.sf.net/p/ortcan/qcanalyzer
     cd qcanalyzer/src
     qmake-qt4
     make
index 659bbcf137e9bedae72ca34a6a2f1e07eedfa4b2..fde94cffb425c92436983f3d95d752af611ffee1 100644 (file)
@@ -11,7 +11,7 @@ master/monitor nodes.
 The build from GIT repository is recomended. The next commands are used to obtain
 sources
 
-    git clone git://ortcan.git.sourceforge.net/gitroot/ortcan/ortcan
+    git clone git://git.code.sf.net/p/ortcan/ortcan-top
     cd ortcan/
     git submodule update --init
     make default-config