summaryrefslogtreecommitdiff
path: root/boost/graph/detail/read_graphviz_spirit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/detail/read_graphviz_spirit.hpp')
-rw-r--r--boost/graph/detail/read_graphviz_spirit.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/graph/detail/read_graphviz_spirit.hpp b/boost/graph/detail/read_graphviz_spirit.hpp
index 2ba09cc0a4..d10bbc720c 100644
--- a/boost/graph/detail/read_graphviz_spirit.hpp
+++ b/boost/graph/detail/read_graphviz_spirit.hpp
@@ -5,13 +5,13 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
-// read_graphviz_spirit.hpp -
+// read_graphviz_spirit.hpp -
// Initialize a model of the BGL's MutableGraph concept and an associated
// collection of property maps using a graph expressed in the GraphViz
-// DOT Language.
+// DOT Language.
//
// Based on the grammar found at:
-// http://www.graphviz.org/cvs/doc/info/lang.html
+// https://web.archive.org/web/20041213234742/http://www.graphviz.org/cvs/doc/info/lang.html
//
// See documentation for this code at:
// http://www.boost.org/libs/graph/doc/read_graphviz.html