From 5e94b7530cd9644c302483f6ca05b6c0c09448bd Mon Sep 17 00:00:00 2001
From: Robert Muir
Date: Sun, 22 Apr 2012 20:58:07 +0000
Subject: [PATCH] fix broken internal link
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328974 13f79535-47bb-0310-9956-ffa450edef68
---
lucene/core/src/java/org/apache/lucene/search/package.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lucene/core/src/java/org/apache/lucene/search/package.html b/lucene/core/src/java/org/apache/lucene/search/package.html
index 46d41e0e7bf..52817bd2e42 100644
--- a/lucene/core/src/java/org/apache/lucene/search/package.html
+++ b/lucene/core/src/java/org/apache/lucene/search/package.html
@@ -43,7 +43,7 @@ this package, its subpackages ({@link org.apache.lucene.search.spans spans}, {@l
or the queries module. These implementations can be combined in a wide
variety of ways to provide complex querying capabilities along with information about where matches took place in the document
collection. The Query Classes section below highlights some of the more important Query classes. For details
-on implementing your own Query class, see Custom Queries -- Expert Level below.
+on implementing your own Query class, see Custom Queries -- Expert Level below.
To perform a search, applications usually call {@link