</TABLE>
Further details concerning the setting of attributes can be found
in the description of the
-<A HREF="http://www.graphviz.org/cvs/doc/info/lang.html">DOT language.</A>
+<A HREF="http://www.graphviz.org/doc/info/lang.html">DOT language.</A>
<P>
<A NAME=h:undir_note><STRONG>Note:</STRONG></A> Some attributes, such as
<A HREF=#d:dir>dir</A> or <A HREF=#d:arrowtail>arrowtail</A>, are
ambiguous when used in
-<A HREF="http://www.graphviz.org/cvs/doc/info/lang.html">DOT</A>
+<A HREF="http://www.graphviz.org/doc/info/lang.html">DOT</A>
with an undirected graph since the head and tail of an edge are meaningless.
As a convention, the first time an undirected edge appears, the
-<A HREF="http://www.graphviz.org/cvs/doc/info/lang.html">DOT</A>
+<A HREF="http://www.graphviz.org/doc/info/lang.html">DOT</A>
parser will assign the left node as the tail node and the right node as
the head. For example, the edge <TT>A -- B</TT> will have tail <TT>A</TT>
and head <TT>B</TT>. It is the user's responsibility to handle such
The image in the shapefile must be
rectangular. The image formats supported as well as the precise semantics of
how the file is used depends on the
- <A HREF="http://www.graphviz.org/cvs/doc/info/output.html">output format</A>. For further details, see
+ <A HREF="http://www.graphviz.org/doc/info/output.html">output format</A>. For further details, see
<A HREF=http://www.graphviz.org/Documentation/html/shapehowto.html#ext_image>External PostScript files</A>.
<P>
There is one exception to this usage.