[BL training-materials-updates] Use https for elixir.bootlin.com

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Feb 21 14:20:17 CET 2018


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

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

commit b7801a84553d2e1f82e15907ea391c30490c61b0
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Feb 21 14:19:57 2018 +0100

    Use https for elixir.bootlin.com
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

b7801a84553d2e1f82e15907ea391c30490c61b0
 common/beamerthemeBootlin.sty                              | 14 +++++++-------
 common/labs.sty                                            |  6 +++---
 labs/boottime-kernel/boottime-kernel.tex                   |  2 +-
 labs/kernel-sources-exploring/kernel-sources-exploring.tex |  2 +-
 slides/about-us/about-us.tex                               |  2 +-
 slides/boottime-kernel/boottime-kernel.tex                 |  2 +-
 .../kernel-source-code-management.tex                      |  2 +-
 7 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/common/beamerthemeBootlin.sty b/common/beamerthemeBootlin.sty
index 415cb99..9c7e659 100644
--- a/common/beamerthemeBootlin.sty
+++ b/common/beamerthemeBootlin.sty
@@ -32,13 +32,13 @@
 % Custom Bootlin commands
 \newcommand{\code}[1]{{\usebeamercolor[fg]{code} \path{#1}}}
 \newcommand{\codewithhash}[1]{{\usebeamercolor[fg]{code} \tt{#1}}}
-\newcommand\kfunc[1]{\href{http://elixir.bootlin.com/linux/latest/ident/#1}{\code{#1()}}}
-\newcommand\ksym[1]{\href{http://elixir.bootlin.com/linux/latest/ident/#1}{\code{#1}}}
-\newcommand\kstruct[1]{\href{http://elixir.bootlin.com/linux/latest/ident/#1}{\code{struct #1}}}
-\newcommand\kfile[1]{\href{http://elixir.bootlin.com/linux/latest/source/#1}{\code{#1}}}
-\newcommand\kfileversion[2]{\href{http://elixir.bootlin.com/linux/v#2/source/#1}{\code{#1}}}
-\newcommand\kdir[1]{\href{http://elixir.bootlin.com/linux/latest/source/#1/}{\code{#1/}}}
-\newcommand\ksubarch[1]{\href{http://elixir.bootlin.com/linux/latest/source/arch/#1/}{\code{#1}}}
+\newcommand\kfunc[1]{\href{https://elixir.bootlin.com/linux/latest/ident/#1}{\code{#1()}}}
+\newcommand\ksym[1]{\href{https://elixir.bootlin.com/linux/latest/ident/#1}{\code{#1}}}
+\newcommand\kstruct[1]{\href{https://elixir.bootlin.com/linux/latest/ident/#1}{\code{struct #1}}}
+\newcommand\kfile[1]{\href{https://elixir.bootlin.com/linux/latest/source/#1}{\code{#1}}}
+\newcommand\kfileversion[2]{\href{https://elixir.bootlin.com/linux/v#2/source/#1}{\code{#1}}}
+\newcommand\kdir[1]{\href{https://elixir.bootlin.com/linux/latest/source/#1/}{\code{#1/}}}
+\newcommand\ksubarch[1]{\href{https://elixir.bootlin.com/linux/latest/source/arch/#1/}{\code{#1}}}
 \newcommand\kerneldoctext[1]{\href{https://kernel.org/doc/Documentation/#1}{\code{Documentation/#1}}}
 \newcommand\kerneldochtml[1]{\href{https://www.kernel.org/doc/html/latest/#1.html}{\code{#1}}}
 \newcommand\kerneldochtmlsection[3]{\href{https://www.kernel.org/doc/html/latest/#1/index.html\##2}{\code{#1} (section {\em #3})}}
diff --git a/common/labs.sty b/common/labs.sty
index 2b79a0d..21f5ae7 100644
--- a/common/labs.sty
+++ b/common/labs.sty
@@ -125,9 +125,9 @@
 %% characters such as _ $ or &.
 \newcommand{\code}[1]
 {\path{#1}}
-\newcommand\kfile[1]{\href{http://elixir.bootlin.com/linux/latest/source/#1}{\code{#1}}}
-\newcommand\kdir[1]{\href{http://elixir.bootlin.com/linux/latest/source/#1/}{\code{#1/}}}
-\newcommand\kfileversion[2]{\href{http://elixir.bootlin.com/linux/v#2/source/#1}{\code{#1}}}
+\newcommand\kfile[1]{\href{https://elixir.bootlin.com/linux/latest/source/#1}{\code{#1}}}
+\newcommand\kdir[1]{\href{https://elixir.bootlin.com/linux/latest/source/#1/}{\code{#1/}}}
+\newcommand\kfileversion[2]{\href{https://elixir.bootlin.com/linux/v#2/source/#1}{\code{#1}}}
 \newcommand{\makeabout}
 {
   \section{About this document}
diff --git a/labs/boottime-kernel/boottime-kernel.tex b/labs/boottime-kernel/boottime-kernel.tex
index e327e46..0a0c3eb 100644
--- a/labs/boottime-kernel/boottime-kernel.tex
+++ b/labs/boottime-kernel/boottime-kernel.tex
@@ -109,7 +109,7 @@ a function in the kernel sources. Try to find out in which source file
 each function is defined\footnote{You can do it with utilities such as
 \code{cscope}, which your instructor will be happy to demonstrate,
 or through our on-line service to explore the Linux kernel sources:
-\url{http://elixir.bootlin.com}}, and what each driver corresponds
+\url{https://elixir.bootlin.com}}, and what each driver corresponds
 to.
 
 Then, you can look the source code and try look for obvious causes which
diff --git a/labs/kernel-sources-exploring/kernel-sources-exploring.tex b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
index 630cd4f..767f746 100644
--- a/labs/kernel-sources-exploring/kernel-sources-exploring.tex
+++ b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
@@ -65,7 +65,7 @@ files).
 Now that you know how to do things in a manual way, let's use more
 automated tools.
 
-Try Elixir at \url{http://elixir.bootlin.com}
+Try Elixir at \url{https://elixir.bootlin.com}
 and choose the Linux version closest to yours.
 
 If you don't have Internet access, you can use \code{cscope} instead.
diff --git a/slides/about-us/about-us.tex b/slides/about-us/about-us.tex
index 9a44568..0717afe 100644
--- a/slides/about-us/about-us.tex
+++ b/slides/about-us/about-us.tex
@@ -34,7 +34,7 @@
     \item Quick news (Twitter):\\
           \url{http://twitter.com/bootlincom}
     \item Elixir - browse Linux kernel sources on-line:\\
-          \url{http://elixir.bootlin.com}
+          \url{https://elixir.bootlin.com}
   \end{itemize}
 \end{frame}
 
diff --git a/slides/boottime-kernel/boottime-kernel.tex b/slides/boottime-kernel/boottime-kernel.tex
index 804773a..a7e6dd0 100644
--- a/slides/boottime-kernel/boottime-kernel.tex
+++ b/slides/boottime-kernel/boottime-kernel.tex
@@ -50,7 +50,7 @@ Start working on the functions consuming most time first. For each
 function:
 \begin{itemize}
 \item Look for its definition in the kernel source code. You can use
-      Elixir (for example \url{http://elixir.bootlin.com}).
+      Elixir (for example \url{https://elixir.bootlin.com}).
 \item Remove unnecessary functionality:
       \begin{itemize}
       \item Look for kernel parameters in C sources and Makefiles, starting
diff --git a/slides/kernel-source-code-management/kernel-source-code-management.tex b/slides/kernel-source-code-management/kernel-source-code-management.tex
index bcbe92f..9fd9b29 100644
--- a/slides/kernel-source-code-management/kernel-source-code-management.tex
+++ b/slides/kernel-source-code-management/kernel-source-code-management.tex
@@ -45,7 +45,7 @@
   \item Takes a little time and patience to setup (configuration,
     indexing, web server configuration)
   \item You don't need to set up Elixir by yourself. Use our
-    \url{http://elixir.bootlin.com} server!
+    \url{https://elixir.bootlin.com} server!
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list