mirror of https://github.com/apache/lucene.git
SOLR-6870: Add http://lucene.apache.org/solr/resources.html to the whitelist.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
806e227b59
commit
8a15a5c544
|
@ -197,6 +197,9 @@ def checkAll(dirName):
|
|||
elif link == 'http://lucene.apache.org/solr/':
|
||||
# OK
|
||||
pass
|
||||
elif link == 'http://lucene.apache.org/solr/resources.html':
|
||||
# OK
|
||||
pass
|
||||
elif link.find('lucene.apache.org/java/docs/discussion.html') != -1:
|
||||
# OK
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue