LUCENE-7911: allow javadoc links containing 'lucene.apache.org/solr/guide/'

This commit is contained in:
Steve Rowe 2017-10-04 12:28:24 -04:00
parent fe38dcafbe
commit 4392500a3b
1 changed files with 3 additions and 0 deletions

View File

@ -213,6 +213,9 @@ def checkAll(dirName):
elif link.find('lucene.apache.org/solr/quickstart.html') != -1:
# OK
pass
elif link.find('lucene.apache.org/solr/guide/') != -1:
# OK
pass
elif link.find('lucene.apache.org/solr/downloads.html') != -1:
# OK
pass