diff --git a/doc/adjacency_list.html b/doc/adjacency_list.html
index f572257e..a9b5abd7 100644
--- a/doc/adjacency_list.html
+++ b/doc/adjacency_list.html
@@ -86,7 +86,7 @@ Section Using
The example in examples/family-tree-eg.cpp
+href="../example/family_tree.cpp">examples/family_tree.cpp
shows how to represent a family tree with a graph.
Template Parameters
diff --git a/example/regression.cfg b/example/regression.cfg
index 4fa1cef4..5cccee3d 100644
--- a/example/regression.cfg
+++ b/example/regression.cfg
@@ -47,7 +47,7 @@ compile libs/graph/example/edge_property.cpp
compile libs/graph/example/edmonds-karp-eg.cpp
compile libs/graph/example/exterior_properties.cpp
compile libs/graph/example/exterior_property_map.cpp
-compile libs/graph/example/family-tree-eg.cpp
+compile libs/graph/example/family_tree.cpp
compile libs/graph/example/fibonacci_heap.cpp
compile libs/graph/example/file_dependencies.cpp
compile libs/graph/example/filtered_graph.cpp