From 75b648ce828f1131824330adc14a5ae1f850bc35 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Fri, 24 Apr 2020 14:45:34 +0900 Subject: [PATCH] LUCENE-9344: Use https url for lucene.apache.org --- lucene/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/README.md b/lucene/README.md index fef428b7963..c9092ce4c0a 100644 --- a/lucene/README.md +++ b/lucene/README.md @@ -6,7 +6,7 @@ Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. - * The Lucene web site is at: http://lucene.apache.org/ + * The Lucene web site is at: https://lucene.apache.org/ * Please join the Lucene-User mailing list by sending a message to: java-user-subscribe@lucene.apache.org