Remove links to private classes

Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/181ed13f
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/181ed13f
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/181ed13f

Branch: refs/heads/master
Commit: 181ed13f0cb03ac8e7b9a9f59ab018bceb1cb086
Parents: e3d1047
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Tue Aug 25 12:16:04 2015 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Tue Aug 25 12:46:04 2015 +0200

----------------------------------------------------------------------
 core/Lucy/Docs/IRTheory.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/181ed13f/core/Lucy/Docs/IRTheory.md
----------------------------------------------------------------------
diff --git a/core/Lucy/Docs/IRTheory.md b/core/Lucy/Docs/IRTheory.md
index a9af4ed..572183a 100644
--- a/core/Lucy/Docs/IRTheory.md
+++ b/core/Lucy/Docs/IRTheory.md
@@ -19,10 +19,10 @@ formal introduction:
 Since Lucy is a practical implementation of IR theory, it loads these
 abstract, distilled definitions down with useful traits.  For instance, a
 "posting" in its most rarefied form is simply a term-document pairing; in
-Lucy, the class [](cfish:lucy.MatchPosting) fills this
+Lucy, the class MatchPosting fills this
 role.  However, by associating additional information with a posting like the
 number of times the term occurs in the document, we can turn it into a
-[](cfish:lucy.ScorePosting), making it possible
+ScorePosting, making it possible
 to rank documents by relevance rather than just list documents which happen to
 match in no particular order.
 

Reply via email to