mirror of
https://github.com/boostorg/graph.git
synced 2025-05-09 23:14:00 +00:00
adjacency_list: Fix example broken link
- family-tree-eg.cpp -> family_tree.cpp
This commit is contained in:
parent
b3f9fa1284
commit
daec2ee5e0
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user