diff --git a/Tutorials/T08-CppExamples/slides/T8.pdf b/Tutorials/T08-CppExamples/slides/T8.pdf
index 6e85e58c0dba1886afce160295536fb8a2720e1e..1c30720a58be87534d64646e4c85467fe1e4346e 100644
Binary files a/Tutorials/T08-CppExamples/slides/T8.pdf and b/Tutorials/T08-CppExamples/slides/T8.pdf differ
diff --git a/Tutorials/T08-CppExamples/slides/T8.tex b/Tutorials/T08-CppExamples/slides/T8.tex
index 095d3f9947f4e95f3e0a398f4bf1542f2b95a693..d71dd53f5143ac60c259796c6dec80155f5c4328 100644
--- a/Tutorials/T08-CppExamples/slides/T8.tex
+++ b/Tutorials/T08-CppExamples/slides/T8.tex
@@ -269,7 +269,7 @@ We will discuss what this does on the next slides.
 \begin{frame}[t]
 \frametitle{Exercise 2:  Run the Preprocessor Without Guards}
 \begin{block}{Exercise 2}
-The code in \texttt{examples/compilation/withguards} contains the same code as the last example with the header guards removed.\\[\baselineskip]
+The code in \texttt{examples/compilation/noguards} contains the same code as the last example with the header guards removed.\\[\baselineskip]
 
 Look at main.cpp.  Notice that main.cpp includes B.h, and {\bf B.h includes A.h}.  Notice that {\bf main.cpp also includes A.h}.\\[\baselineskip]