Update graphviz web site.

This commit is contained in:
Diomidis Spinellis 2006-07-07 21:06:32 +00:00
parent b5837d2840
commit 92d45a67d4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ One specifies a class diagram using the Java syntax complemented by
tags.
Running the UmlGraph doclet on the specification will generate
a
<a href="http://www.research.att.com/sw/tools/graphviz/">Graphviz</a>
<a href="http://www.graphviz.org/">Graphviz</a>
diagram specification that can be automatically processed to
create Postscript, GIF, SVG, JPEG, fig, or Framemaker drawings.
<p />

View File

@ -4,7 +4,7 @@
To use UMLGraph class drawing facility you need to have
<a href="http://java.sun.com/j2se/javadoc/"><em>javadoc</em></a>
and
<a href="http://www.research.att.com/sw/tools/graphviz/">Graphviz</a>
<a href="http://www.graphviz.org/">Graphviz</a>
installed on your computer.
Both programs are freely available, from Sun and AT&amp;T respectively,
for many platforms including Unix and Windows.