From 1289ac3562ff6f17b28bcd2e7ee4ba1170032878 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 14 Aug 2010 20:25:17 +0100 Subject: [PATCH] Update comments in graphviz API --- core/graphviz_api.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/core/graphviz_api.php b/core/graphviz_api.php index 44e10c47d4..125cbff381 100644 --- a/core/graphviz_api.php +++ b/core/graphviz_api.php @@ -18,15 +18,12 @@ * GraphViz API * * Wrapper classes around GraphViz utilities (dot and neato) for - * directed and undirected graph generation. Under Windows, the COM - * API provided by WinGraphviz is used. These wrappers are enhanced + * directed and undirected graph generation. These wrappers are enhanced * enough just to support relationship_graph_api.php. They don't * support subgraphs yet. * * The original Graphviz package is available at: - * - http://www.research.att.com/sw/tools/graphviz/ - * WinGraphviz can be installed from: - * - http://home.so-net.net.tw/oodtsen/wingraphviz/ + * - http://www.graphviz.org/ * Additional documentation can be found at: * - http://www.graphviz.org/Documentation.html *