You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2020/02/13 07:18:11 UTC

[lucene-site] branch master updated: Fix broken links in core/systemreqs.html

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 740c3f3  Fix broken links in core/systemreqs.html
740c3f3 is described below

commit 740c3f3a1f5a879a0beafa5b53d94f674d933f41
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Feb 13 08:18:00 2020 +0100

    Fix broken links in core/systemreqs.html
---
 themes/lucene/templates/lucene/core/systemreqs.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/lucene/templates/lucene/core/systemreqs.html b/themes/lucene/templates/lucene/core/systemreqs.html
index 9601ed9..3e1aac6 100644
--- a/themes/lucene/templates/lucene/core/systemreqs.html
+++ b/themes/lucene/templates/lucene/core/systemreqs.html
@@ -5,8 +5,8 @@
   {{ super() }}
   <p>The system requirements of the various Lucene releases are listed on their documentation pages:</p>
   <ul>
-    <li><a href="{{ SITEURL }}/{{ LUCENE_LATEST_RELEASE | replace(".", "_") }}/SYSTEM_REQUIREMENTS.html">{{ LUCENE_LATEST_RELEASE }}</a></li>
-    <li><a href="{{ SITEURL }}/{{ LUCENE_PREVIOUS_MAJOR_RELEASE | replace(".", "_") }}/SYSTEM_REQUIREMENTS.html">{{ LUCENE_PREVIOUS_MAJOR_RELEASE }}</a></li>
+    <li><a href="{{ SITEURL }}/core/{{ LUCENE_LATEST_RELEASE | replace(".", "_") }}/SYSTEM_REQUIREMENTS.html">{{ LUCENE_LATEST_RELEASE }}</a></li>
+    <li><a href="{{ SITEURL }}/core/{{ LUCENE_PREVIOUS_MAJOR_RELEASE | replace(".", "_") }}/SYSTEM_REQUIREMENTS.html">{{ LUCENE_PREVIOUS_MAJOR_RELEASE }}</a></li>
   </ul>
 </div>
 {% endblock %}