Correct svn revision and fix swapped sources
authorJo-Philipp Wich <jo@wwsnet.net>
Tue, 29 Mar 2016 08:04:09 +0000 (10:04 +0200)
committerJo-Philipp Wich <jo@wwsnet.net>
Tue, 29 Mar 2016 08:04:09 +0000 (10:04 +0200)
Signed-off-by: Jo-Philipp Wich <jo@wwsnet.net>
pages/source.txt

index ba8d452fad083c1b86bb527099b9855ba5ba7e75..7b939b4bc3bd80be50d81cd64a8bfcb8adaade36 100644 (file)
@@ -2,7 +2,7 @@ include::header.txt[]
 
 == The Source Code
 
-The LEDE project source code start off with OpenWrt revision r44444. The code
+The LEDE project source code start off with OpenWrt revision r49083. The code
 stored inside a git tree. This tree contains all branches and releases ever
 mad by OpenWrt. While importing the SOurces the tree was normalized and some
 minor tweaks were made to commiter names and mail addresses.
@@ -10,13 +10,13 @@ minor tweaks were made to commiter names and mail addresses.
 === Getting The _LEDE_ Code
 
 ----
-git clone git@git.lede-project.org:openwrt/source.git
+git clone git@git.lede-project.org:source.git
 ----
 
 === Getting the OpenWrt Code
 
 ----
-git clone git@git.lede-project.org:source.git
+git clone git@git.lede-project.org:openwrt/source.git
 ----
 
 === The Web Presence