You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opengrok-web/src/main/webapp/help.jsp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -201,8 +201,8 @@ A <dfn>Query</dfn> is a series of clauses. A clause may be prefixed by:
201
201
<strong>^</strong> , e.g. help^4 opengrok - will make term help boosted
202
202
</p>
203
203
204
-
<p>Opengrok search is powered by <ahref="http://lucene.apache.org/">Lucene</a>,
205
-
for more detail on query syntax refer to <ahref="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 <ahref="https://lucene.apache.org/">Lucene</a>,
205
+
for more detail on query syntax refer to <ahref="https://lucene.apache.org/core/<%=SearchEngine.LUCENE_VERSION_HELP%>/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">Lucene docs</a>.
0 commit comments