]> granicus.if.org Git - graphviz/commitdiff
fixed links for new website
authordperry <devnull@localhost>
Thu, 31 Mar 2011 18:28:08 +0000 (18:28 +0000)
committerdperry <devnull@localhost>
Thu, 31 Mar 2011 18:28:08 +0000 (18:28 +0000)
doc/info/lang.html

index 3ecdadd00ffca48cdbc4ad6a22c33c90fe58fd4e..8cd1898925b4fea7050f7d62289076387daf3447 100644 (file)
@@ -228,7 +228,7 @@ For this, it needs to know what character encoding is used.
 <P>
 By default, DOT assumes the UTF-8 character encoding. It also accepts
 the Latin1 (ISO-8859-1) character set, assuming the input graph uses
-the <B><A HREF=attrs.html#a:charset>charset</A></B> attribute to 
+the <B><A HREF=/content/attrs#acharset>charset</A></B> attribute to 
 specify this. For graphs using other
 character sets, there are usually programs, such as <TT>iconv</TT>, which
 will translate from one character set to another.
@@ -236,7 +236,7 @@ will translate from one character set to another.
 Another way to avoid non-ascii characters in labels is to use HTML entities
 for special characters. During label evaluation, these entities are
 translated into the underlying character. This
-<a HREF="http://www.graphviz.org/doc/char.html">
+<a HREF="http://www.graphviz.org/doc/char.html" target="_blank">
 table</a> shows the supported entities, with their Unicode value, a typical
 glyph, and the HTML entity name. Thus, to include a lower-case Greek beta
 into a string, one can use the ascii sequence <TT>&amp;beta;</TT>.