From b6d69622825b9be8cec6b0c7a8cb2a91679bab2b Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 25 Jun 2013 16:25:15 +0200 Subject: [PATCH] Update URLs to the project GIT repositories after SF.net update to Allura platform. Signed-off-by: Pavel Pisa --- index.mdwn | 2 +- lincan/index.mdwn | 4 ++-- lincan/usbcan/index.mdwn | 2 +- qcanalyzer/index.mdwn | 2 +- vca/index.mdwn | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.mdwn b/index.mdwn index f81b428..ad94e3f 100644 --- a/index.mdwn +++ b/index.mdwn @@ -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 diff --git a/lincan/index.mdwn b/lincan/index.mdwn index ea034a4..1eab3b5 100644 --- a/lincan/index.mdwn +++ b/lincan/index.mdwn @@ -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 diff --git a/lincan/usbcan/index.mdwn b/lincan/usbcan/index.mdwn index 4f229fb..7e6df65 100644 --- a/lincan/usbcan/index.mdwn +++ b/lincan/usbcan/index.mdwn @@ -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 diff --git a/qcanalyzer/index.mdwn b/qcanalyzer/index.mdwn index ca912cf..b11bca2 100644 --- a/qcanalyzer/index.mdwn +++ b/qcanalyzer/index.mdwn @@ -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 diff --git a/vca/index.mdwn b/vca/index.mdwn index 659bbcf..fde94cf 100644 --- a/vca/index.mdwn +++ b/vca/index.mdwn @@ -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 -- 2.39.2