[FE training-materials-updates] labs/sysdev-u-boot: fix at91bootstrap location

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Sep 18 13:49:31 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=aba0855477c9ac734af051bbd9fb7f7d4fccda62

>---------------------------------------------------------------

commit aba0855477c9ac734af051bbd9fb7f7d4fccda62
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Sun Sep 18 13:49:31 2016 +0200

    labs/sysdev-u-boot: fix at91bootstrap location
    
    Fetching from Github is done over https://, not over git://.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

aba0855477c9ac734af051bbd9fb7f7d4fccda62
 labs/sysdev-u-boot/sysdev-u-boot.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index d16de26..13c5da6 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -115,7 +115,7 @@ The first item to compile is AT91Bootstrap that you can fetch from
 Atmel's GitHub account:
 
 \begin{verbatim}
-git clone git://github.com/linux4sam/at91bootstrap.git
+git clone https://github.com/linux4sam/at91bootstrap.git
 cd at91bootstrap
 git checkout v3.8.5
 \end{verbatim}




More information about the training-materials-updates mailing list