Repository: lucy
Updated Branches:
  refs/heads/0.6 a7b7e0e85 -> 779c0f628
  refs/heads/master f88e30832 -> 470bb27de


Fix links in FileLocking.md


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

Branch: refs/heads/master
Commit: 61fd0da377db365f3f8cb0c61e0d2cb6cbcf8309
Parents: f88e308
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Sat Dec 10 17:23:45 2016 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Sat Dec 10 17:23:45 2016 +0100

----------------------------------------------------------------------
 core/Lucy/Docs/FileLocking.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/61fd0da3/core/Lucy/Docs/FileLocking.md
----------------------------------------------------------------------
diff --git a/core/Lucy/Docs/FileLocking.md b/core/Lucy/Docs/FileLocking.md
index b28eb72..911df21 100644
--- a/core/Lucy/Docs/FileLocking.md
+++ b/core/Lucy/Docs/FileLocking.md
@@ -21,7 +21,7 @@ same time, causing index corruption.  The search-time problem 
is more
 complex.
 
 Once an index file is no longer listed in the most recent snapshot, Indexer
-attempts to delete it as part of a post-[](lucy:Indexer.Commit) cleanup 
routine.  It is
+attempts to delete it as part of a post-[](lucy.Indexer.Commit) cleanup 
routine.  It is
 possible that at the moment an Indexer is deleting files which it believes
 no longer needed, a Searcher referencing an earlier snapshot is in fact
 using them.  The more often that an index is either updated or searched,
@@ -43,9 +43,9 @@ process will crash with a "Stale NFS filehandle" exception.
 
 Under normal circumstances, it is neither necessary nor desirable for
 IndexReaders to secure read locks against an index, but for NFS we have to
-make an exception.  LockFactory's [](lucy:LockFactory.Make_Shared_Lock) method 
exists for this
+make an exception.  LockFactory's [](lucy.LockFactory.Make_Shared_Lock) method 
exists for this
 reason; supplying an IndexManager instance to IndexReader's constructor
-activates an internal locking mechanism using 
[](lucy:LockFactory.Make_Shared_Lock) which
+activates an internal locking mechanism using 
[](lucy.LockFactory.Make_Shared_Lock) which
 prevents concurrent indexing processes from deleting files that are needed
 by active readers.
 

Reply via email to