You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/10/05 00:40:50 UTC

svn commit: r1178995 - in /lucene/dev/trunk/lucene/src/site: build/site/demo2.html src/documentation/content/xdocs/demo2.xml

Author: sarowe
Date: Tue Oct  4 22:40:49 2011
New Revision: 1178995

URL: http://svn.apache.org/viewvc?rev=1178995&view=rev
Log:
fix broken link in the second demo page

Modified:
    lucene/dev/trunk/lucene/src/site/build/site/demo2.html
    lucene/dev/trunk/lucene/src/site/src/documentation/content/xdocs/demo2.xml

Modified: lucene/dev/trunk/lucene/src/site/build/site/demo2.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/site/build/site/demo2.html?rev=1178995&r1=1178994&r2=1178995&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/site/build/site/demo2.html (original)
+++ lucene/dev/trunk/lucene/src/site/build/site/demo2.html Tue Oct  4 22:40:49 2011
@@ -317,7 +317,7 @@ common language words such as articles (
 searching.  It should be noted that there are different rules for every language, and you should use the
 proper analyzer for each.  Lucene currently provides Analyzers for a number of different languages (see
 the javadocs under 
-<a href="api/module-analysis-common/org/apache/lucene/analysis/package-summary.html">modules/analysis/common/src/java/org/apache/lucene/analysis</a>).
+<a href="api/module-analysis-common/org/apache/lucene/analysis/">modules/analysis/common/src/java/org/apache/lucene/analysis</a>).
 </p>
 <p>
 The <span class="codefrag">IndexWriterConfig</span> instance holds all configuration for <span class="codefrag">IndexWriter</span>.  For

Modified: lucene/dev/trunk/lucene/src/site/src/documentation/content/xdocs/demo2.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/site/src/documentation/content/xdocs/demo2.xml?rev=1178995&r1=1178994&r2=1178995&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/site/src/documentation/content/xdocs/demo2.xml (original)
+++ lucene/dev/trunk/lucene/src/site/src/documentation/content/xdocs/demo2.xml Tue Oct  4 22:40:49 2011
@@ -96,7 +96,7 @@ common language words such as articles (
 searching.  It should be noted that there are different rules for every language, and you should use the
 proper analyzer for each.  Lucene currently provides Analyzers for a number of different languages (see
 the javadocs under 
-<a href="api/module-analysis-common/org/apache/lucene/analysis/package-summary.html"
+<a href="api/module-analysis-common/org/apache/lucene/analysis/"
 >modules/analysis/common/src/java/org/apache/lucene/analysis</a>).
 </p>