mirror of https://github.com/apache/lucene.git
LUCENE-7911: allow javadoc links containing 'lucene.apache.org/solr/guide/'
This commit is contained in:
parent
fe38dcafbe
commit
4392500a3b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue