[FE training-materials-updates] Fix broken documentation links

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Mar 10 14:37:28 CET 2017


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

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

commit bb75c4c8bc39187b9caa4f91bb7d5d6357a06f0d
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Mar 10 14:37:28 2017 +0100

    Fix broken documentation links
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

bb75c4c8bc39187b9caa4f91bb7d5d6357a06f0d
 slides/kernel-contribution/kernel-contribution.tex             | 2 +-
 slides/kernel-source-code-layout/kernel-source-code-layout.tex | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/slides/kernel-contribution/kernel-contribution.tex b/slides/kernel-contribution/kernel-contribution.tex
index c7e924d..5873a61 100644
--- a/slides/kernel-contribution/kernel-contribution.tex
+++ b/slides/kernel-contribution/kernel-contribution.tex
@@ -9,7 +9,7 @@
   \item Otherwise, or if this doesn't work, try to reproduce the
         issue on the latest version of the kernel. 
   \item Make sure you investigate the issue as much as you can: see
-    \kerneldoctext{BUG-HUNTING}
+    \kerneldochtml{admin-guide/bug-bisect}
   \item Check for previous bugs reports. Use web search engines,
     accessing public mailing list archives.
   \item If you're the first to face the issue, it's very useful for
diff --git a/slides/kernel-source-code-layout/kernel-source-code-layout.tex b/slides/kernel-source-code-layout/kernel-source-code-layout.tex
index 70d9bbd..53b96f9 100644
--- a/slides/kernel-source-code-layout/kernel-source-code-layout.tex
+++ b/slides/kernel-source-code-layout/kernel-source-code-layout.tex
@@ -122,10 +122,6 @@
     \begin{itemize}
     \item Overview and building instructions
     \end{itemize}
-  \item \kfile{REPORTING-BUGS}
-    \begin{itemize}
-    \item Bug report instructions
-    \end{itemize}
   \item \kdir{samples}
     \begin{itemize}
     \item Sample code (markers, kprobes, kobjects...)




More information about the training-materials-updates mailing list