diff src/lucene.html.luan @ 18:612a6dd1c2fa

hghosting
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 12 May 2022 16:07:18 -0600
parents 9694eff797bf
children
line wrap: on
line diff
--- a/src/lucene.html.luan	Tue May 10 16:28:46 2022 -0600
+++ b/src/lucene.html.luan	Thu May 12 16:07:18 2022 -0600
@@ -25,7 +25,7 @@
 
 			<p>There is no good reactionary database that I know of.  Lucene seems like the best starting point.  The two options are forking Lucene or rewriting it.  Either way, this is badly needed because any serious application needs a database.  I would be glad to help in any way that I can if someone would take this project.</p>
 
-			<p>One thing that Lucene lacks is a write-ahead log for durability.  I have implemented a write-ahead log myself on top of Lucene <a href="https://hg.luan.software/luan/file/default/src/goodjava/lucene/">here</a> but this really should be built directly into Lucene.</p>
+			<p>One thing that Lucene lacks is a write-ahead log for durability.  I have implemented a write-ahead log myself on top of Lucene <a href="https://hg.reactionary.software/repo/luan/file/default/src/goodjava/lucene/">here</a> but this really should be built directly into Lucene.</p>
 		</div>
 	</body>
 </html>