adjacency_list: Fix example broken link

- family-tree-eg.cpp -> family_tree.cpp
This commit is contained in:
Fábio Silva 2019-06-09 22:17:43 -03:00
parent b3f9fa1284
commit daec2ee5e0
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ Section <A HREF="./using_adjacency_list.html">Using
<P>
The example in <a
href="../example/family-tree-eg.cpp"><tt>examples/family-tree-eg.cpp</tt></a>
href="../example/family_tree.cpp"><tt>examples/family_tree.cpp</tt></a>
shows how to represent a family tree with a graph.
<H3>Template Parameters</H3>

View File

@ -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