summaryrefslogtreecommitdiff
path: root/boost/graph/detail/read_graphviz_new.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/detail/read_graphviz_new.hpp')
-rw-r--r--boost/graph/detail/read_graphviz_new.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/graph/detail/read_graphviz_new.hpp b/boost/graph/detail/read_graphviz_new.hpp
index 81221c0b25..8d3eea5229 100644
--- a/boost/graph/detail/read_graphviz_new.hpp
+++ b/boost/graph/detail/read_graphviz_new.hpp
@@ -5,13 +5,13 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
-// read_graphviz_new.hpp -
+// read_graphviz_new.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
//
// Jeremiah rewrite used grammar found at:
// http://www.graphviz.org/doc/info/lang.html