[FE training-materials-updates] Fix nunchuk document broken link

Maxime Ripard maxime.ripard at free-electrons.com
Thu Nov 5 01:13:23 CET 2015


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

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

commit 30732a6355ee0d792fd3056144355860ddae0838
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Wed Nov 4 16:13:11 2015 -0800

    Fix nunchuk document broken link
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

30732a6355ee0d792fd3056144355860ddae0838
 labs/kernel-i2c-communication/kernel-i2c-communication.tex | 2 +-
 labs/kernel-i2c-device-model/kernel-i2c-device-model.tex   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-i2c-communication/kernel-i2c-communication.tex b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
index 005cdf6..3be8f99 100644
--- a/labs/kernel-i2c-communication/kernel-i2c-communication.tex
+++ b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
@@ -274,7 +274,7 @@ After the second call, compute the states of the \code{Z} and \code{C}
 buttons, which can be found in the sixth byte that you read.
 
 As explained on
-\url{http://web.engr.oregonstate.edu/~sullivae/ece375/pdf/nunchuk.pdf}:
+\url{http://web.engr.oregonstate.edu/~johnstay/ece375/pdf/nunchuk.pdf}:
 
 \begin{itemize}
 \item \code{bit 0 == 0} means that \code{Z} is pressed.
diff --git a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
index 5341aa1..e9f9b20 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -32,7 +32,7 @@ which pins are available on the \code{P9} connector.
 
 Download a useful document sharing useful details about the nunchuk
 and its connector:
-\url{http://web.engr.oregonstate.edu/~sullivae/ece375/pdf/nunchuk.pdf}
+\url{http://web.engr.oregonstate.edu/~johnstay/ece375/pdf/nunchuk.pdf}
 
 Now we can identify the 4 pins of the nunchuk connector:
 




More information about the training-materials-updates mailing list