diff --git a/source/org/thdl/tib/input/TibetanConverter.java b/source/org/thdl/tib/input/TibetanConverter.java index 738d81e..ef6b2ad 100644 --- a/source/org/thdl/tib/input/TibetanConverter.java +++ b/source/org/thdl/tib/input/TibetanConverter.java @@ -35,8 +35,10 @@ import java.util.ArrayList; * Unicode, or to Tibetan Machine (TM). It also converts to TMW from * TM or ACIP. Some conversions use RTF (rich text format); some use * text. Invoke it with no parameters for usage information. Full - * documentation is available at {@link - * http://thdltools.sourceforge.net/TMW_RTF_TO_THDL_WYLIE.html}. + * documentation is available at the website listed below. + * + * @see End-user documentation + * * @author David Chandler */ public class TibetanConverter implements FontConverterConstants { private static final boolean debug = false;