mirror of https://github.com/apache/lucene.git
allow docs linking to main sites
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c332a8395
commit
5d11884e17
|
@ -168,6 +168,12 @@ def checkAll(dirName):
|
|||
if link.find('lucene.apache.org/java/docs/mailinglists.html') != -1:
|
||||
# OK
|
||||
pass
|
||||
elif link == 'http://lucene.apache.org/core/':
|
||||
# OK
|
||||
pass
|
||||
elif link == 'http://lucene.apache.org/solr/':
|
||||
# OK
|
||||
pass
|
||||
elif link.find('lucene.apache.org/java/docs/discussion.html') != -1:
|
||||
# OK
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue