From 695ddff13553e90165b75e7bdfbc94b9e400b172 Mon Sep 17 00:00:00 2001
From: dperry <devnull@localhost>
Date: Thu, 31 Mar 2011 18:28:08 +0000
Subject: [PATCH] fixed links for new website

---
 doc/info/lang.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/info/lang.html b/doc/info/lang.html
index 3ecdadd00..8cd189892 100644
--- a/doc/info/lang.html
+++ b/doc/info/lang.html
@@ -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>. 
-- 
2.40.0