Skip to content

Commit 8f05ca2

Browse files
Merge pull request #410 from Tuxliri/patch-1
Fixed wrong link in grid_graph documentation
2 parents 8a2d043 + 4d701e7 commit 8f05ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/grid_graph.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3 id="overview">Overview</h3>
6969
<p>
7070
Defined in
7171
<a href="../../../boost/graph/grid_graph.hpp"><tt>boost/graph/grid_graph.hpp</tt></a>
72-
with all functions in the <tt>boost</tt> namespace. A simple examples of creating and iterating over a grid_graph is available here <a href="../../../libs/graph/example/grid_graph_example.cpp"><tt>libs/graph/example/grid_graph_example.cpp</tt></a>. An example of adding properties to a grid_graph is also available <a href="../../../libs/graph/example/grid_graph_example.cpp"><tt>libs/graph/example/grid_graph_properties.cpp</tt></a>
72+
with all functions in the <tt>boost</tt> namespace. A simple examples of creating and iterating over a grid_graph is available here <a href="../../../libs/graph/example/grid_graph_example.cpp"><tt>libs/graph/example/grid_graph_example.cpp</tt></a>. An example of adding properties to a grid_graph is also available <a href="../../../libs/graph/example/grid_graph_properties.cpp"><tt>libs/graph/example/grid_graph_properties.cpp</tt></a>
7373
</p>
7474

7575
<h4>Template Parameters</h4>

0 commit comments

Comments
 (0)