[bootlin/training-materials updates] master: Fix double "/" in some URLs (51f695aa)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Oct 4 18:54:05 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/51f695aaa236a384f05335a18d148f52b86ab6e4

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

commit 51f695aaa236a384f05335a18d148f52b86ab6e4
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Oct 4 18:54:05 2022 +0200

    Fix double "/" in some URLs
    
    As the \sessionurl macro already has a "/" character at the end
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>


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

51f695aaa236a384f05335a18d148f52b86ab6e4
 labs/setup/setup.tex               | 2 +-
 slides/last-slides/last-slides.tex | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/setup/setup.tex b/labs/setup/setup.tex
index ba172201..68402a09 100644
--- a/labs/setup/setup.tex
+++ b/labs/setup/setup.tex
@@ -9,7 +9,7 @@ and more). Download and extract its tarball from a terminal:
 %{\small % leaving here as a marker if font sizes are needed
 \begin{bashinput}
 $ cd
-$ wget %\sessionurl%/__SESSION_NAME__-labs.tar.xz
+$ wget %\sessionurl%__SESSION_NAME__-labs.tar.xz
 $ tar xvf __SESSION_NAME__-labs.tar.xz
 \end{bashinput}
 %}
diff --git a/slides/last-slides/last-slides.tex b/slides/last-slides/last-slides.tex
index 7aa760c3..937ce0f6 100644
--- a/slides/last-slides/last-slides.tex
+++ b/slides/last-slides/last-slides.tex
@@ -10,13 +10,13 @@
 
   \item Rate this training session and provide your feedback:
 
-    {\small \url{\sessionurl/survey.html}}
+    {\small \url{{\sessionurl}survey.html}}
 
   \item Fill in the final quiz to assess your level of knowledge on
     the topics covered in this course. At least 50\% of correct
     answers are needed to get the training certificate:
 
-    {\small \url{\sessionurl/quiz-after.html}}
+    {\small \url{{\sessionurl}quiz-after.html}}
 
     The training certificate is sent within two weeks after completing
     the quiz.




More information about the training-materials-updates mailing list