You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/01/14 18:40:35 UTC

svn commit: r1433004 - /lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py

Author: rmuir
Date: Mon Jan 14 17:40:35 2013
New Revision: 1433004

URL: http://svn.apache.org/viewvc?rev=1433004&view=rev
Log:
whitelist this link

Modified:
    lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py

Modified: lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py?rev=1433004&r1=1433003&r2=1433004&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py (original)
+++ lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py Mon Jan 14 17:40:35 2013
@@ -197,6 +197,9 @@ def checkAll(dirName):
         elif link.find('lucene.apache.org/java/docs/discussion.html') != -1:
           # OK
           pass
+        elif link.find('lucene.apache.org/core/discussion.html') != -1:
+          # OK
+          pass
         elif link.find('lucene.apache.org/solr/mirrors-solr-latest-redir.html') != -1:
           # OK
           pass