]> granicus.if.org Git - graphviz/commitdiff
correct URLs in attrs.html
authorellson <devnull@localhost>
Thu, 20 Apr 2006 12:30:19 +0000 (12:30 +0000)
committerellson <devnull@localhost>
Thu, 20 Apr 2006 12:30:19 +0000 (12:30 +0000)
doc/info/attrs.html

index 5f70b91baec252e564d70d241b9eb29625ae9fb6..4a678d3dad56a414004bd9991af9aec018a35b70 100644 (file)
@@ -29,15 +29,15 @@ one would use
 </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
@@ -1121,7 +1121,7 @@ This field indicates which graph component uses the attribute.
   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.