diff --git a/source/org/thdl/tib/text/ttt/TPairListFactory.java b/source/org/thdl/tib/text/ttt/TPairListFactory.java
index e8daad5..6973a48 100644
--- a/source/org/thdl/tib/text/ttt/TPairListFactory.java
+++ b/source/org/thdl/tib/text/ttt/TPairListFactory.java
@@ -88,7 +88,7 @@ class TPairListFactory {
throw new IllegalArgumentException("Input too large[2]: " + acip);
}
}
- /** Helps {@link breakACIPIntoChunks(String)}.
+ /** Helps {@link #breakACIPIntoChunks(String,boolean)}.
* @param tickIsVowel true if and only if you want to treat the
* ACIP {'} as an U+0F71 vowel instead of the full-sized
* consonant in special, "this might be an appendage like 'AM or
diff --git a/source/org/thdl/tib/text/ttt/TString.java b/source/org/thdl/tib/text/ttt/TString.java
index 7a82012..a7fa8d3 100644
--- a/source/org/thdl/tib/text/ttt/TString.java
+++ b/source/org/thdl/tib/text/ttt/TString.java
@@ -142,7 +142,7 @@ public class TString {
/** Creates a new TString with source text text, encoded
* using the Roman transliteration system specified by
- * encoding (see {@link getEncoding()}) and type
+ * encoding (see {@link #getEncoding()}) and type
* type being a characterization like {@link #DD}. */
public TString(String encoding, String text, int type) {
this.encoding = encoding;