Skip to content

Commit 9348069

Browse files
committed
use https for the Lucene links
1 parent 839ed69 commit 9348069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengrok-web/src/main/webapp/help.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ A <dfn>Query</dfn> is a series of clauses. A clause may be prefixed by:
201201
<strong>^</strong> , e.g. help^4 opengrok - will make term help boosted
202202
</p>
203203

204-
<p>Opengrok search is powered by <a href="http://lucene.apache.org/">Lucene</a>,
205-
for more detail on query syntax refer to <a href="http://lucene.apache.org/core/<%=SearchEngine.LUCENE_VERSION_HELP%>/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">Lucene docs</a>.
204+
<p>Opengrok search is powered by <a href="https://lucene.apache.org/">Lucene</a>,
205+
for more detail on query syntax refer to <a href="https://lucene.apache.org/core/<%=SearchEngine.LUCENE_VERSION_HELP%>/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">Lucene docs</a>.
206206
</p>
207207

208208
<h4>Intelligence Window</h4>

0 commit comments

Comments
 (0)