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:
Robert Muir 2012-09-21 00:10:04 +00:00
parent 3c332a8395
commit 5d11884e17
1 changed files with 6 additions and 0 deletions

View File

@ -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