mirror of https://github.com/apache/lucene.git
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:
parent
8ad1d42b99
commit
75fda1c3c4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue