SOLR-3733: Fix the URL as sarowe suggested

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-09-20 20:59:43 +00:00
parent 8ad1d42b99
commit 75fda1c3c4
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@
if (!(/\/$/.test(url))) url += '/';
} else {
version = version.replace('.', '_');
url = 'http://lucene.apache.org/java/' + version + '/';
url = 'http://lucene.apache.org/core/' + version + '/';
}
project.setProperty('lucene.javadoc.url', url);
]]></script>