diff --git a/tutorial/CMakeLists.txt b/tutorial/CMakeLists.txt
index 6cd45fc50..b8b1a4bf2 100644
--- a/tutorial/CMakeLists.txt
+++ b/tutorial/CMakeLists.txt
@@ -186,4 +186,5 @@ if(TUTORIALS_CHAPTER7)
endif()
add_subdirectory("710_SLIM")
add_subdirectory("711_Subdivision")
+ add_subdirectory("712_DataSmoothing")
endif()
diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html
index de00746ea..e0514ec10 100644
--- a/tutorial/tutorial.html
+++ b/tutorial/tutorial.html
@@ -3638,7 +3638,7 @@ Hessian boundary conditions instead, which corresponds to the hessian energy
with the matrix QH = H'*(M2\H), where H is a finite element Hessian and
M2 is a stacked mass matrix. The matrices H and QH are implemented in
libigl as igl::hessian and igl::hessian_energy respectively. An example
-of how to use the function is given in Example.
In the following image the differences between the Laplacian energy with zero Neumann boundary conditions and the Hessian energy can be clearly seen: