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 2012/09/21 02:11:17 UTC

svn commit: r1388278 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/scripts/checkJavadocLinks.py

Author: rmuir
Date: Fri Sep 21 00:11:17 2012
New Revision: 1388278

URL: http://svn.apache.org/viewvc?rev=1388278&view=rev
Log:
allow docs linking to main sites

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py

Modified: lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py?rev=1388278&r1=1388277&r2=1388278&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py (original)
+++ lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py Fri Sep 21 00:11:17 2012
@@ -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