]> granicus.if.org Git - graphviz/commitdiff
Fix link to layer drawing page
authorEmden Gansner <erg@research.att.com>
Mon, 12 Dec 2011 16:23:57 +0000 (11:23 -0500)
committerEmden Gansner <erg@research.att.com>
Mon, 12 Dec 2011 16:23:57 +0000 (11:23 -0500)
doc/info/attrs.html
doc/infosrc/attrs

index d934d6da02d2cf7f66262726b80a1dbcf4334704..3000851c50fd5d9a30e148534edbdb3b11ab0d18 100644 (file)
@@ -75,7 +75,7 @@ and cluster subgraphs, respectively.
 This field indicates which graph component uses the attribute.
 <HR ALIGN=CENTER WIDTH="70%" SIZE=3>
 <TABLE ALIGN=CENTER>
-<TR><TH>Name</TH><TH><A HREF=#h:uses>Used By</A></TH><TH>Type</TH><TH >Default</TH><TH>Minimum</TH><TH>Notes</TH></TR>
+<TR><TH>Name</TH><TH><A HREF=#h:uses>Used By</A></TH><TH>Type</TH><TH ALIGN=CENTER>Default</TH><TH>Minimum</TH><TH>Notes</TH></TR>
  <TR><TD><A NAME=a:Damping HREF=#d:Damping>Damping</A>
 </TD><TD>G</TD><TD>double</TD><TD ALIGN="CENTER">0.99</TD><TD>0.0</TD><TD>neato only</TD> </TR>
  <TR><TD><A NAME=a:K HREF=#d:K>K</A>
@@ -1085,7 +1085,7 @@ This field indicates which graph component uses the attribute.
 <DD>  Specifies a linearly ordered list of layer names attached to the graph
   The graph is then output in separate layers. Only those components
   belonging to the current output layer appear. For more information,
-  see the page <A HREF="http://www.graphviz.org/Documentation/html/layers/">How to use drawing layers (overlays)</A>.
+  see the page <A HREF="http://www.graphviz.org/wiki/how-use-drawing-layers-overlays">How to use drawing layers (overlays)</A>.
 
 <DT><A NAME=d:layersep HREF=#a:layersep><STRONG>layersep</STRONG></A>
 <DD>  Specifies the separator characters used to split the
index b939e18ab57ff9e2798b97abc9e944c5dd4411c8..528f7a7c852ca40c914f7a0fafd4e6b24974d188 100644 (file)
@@ -571,7 +571,7 @@ Specifies layers in which the node or edge is present.
 Specifies a linearly ordered list of layer names attached to the graph
 The graph is then output in separate layers. Only those components
 belonging to the current output layer appear. For more information,
-see the page <A HREF="http://www.graphviz.org/Documentation/html/layers/">How to use drawing layers (overlays)</A>.
+see the page <A HREF="http://www.graphviz.org/wiki/how-use-drawing-layers-overlays">How to use drawing layers (overlays)</A>.
 :layersep:G:string:" :\\\\t";
 Specifies the separator characters used to split the
 <A HREF=#d:layers>layers </A>attribute into a list of layer names.