This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit b704a8459c738227d44cee5e96781efdc21a2b78
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Mar 25 03:31:34 2021 +0700

    docs: Lucene.Net.Analysis.Common/overview.md: temporarily switched from 
xref to relative links to fix broken links (see #300)
---
 src/Lucene.Net.Analysis.Common/overview.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Lucene.Net.Analysis.Common/overview.md 
b/src/Lucene.Net.Analysis.Common/overview.md
index d6e2d34..1e8e81d 100644
--- a/src/Lucene.Net.Analysis.Common/overview.md
+++ b/src/Lucene.Net.Analysis.Common/overview.md
@@ -1,4 +1,4 @@
----
+---
 uid: Lucene.Net.Analysis.Common
 title: Lucene.Net.Analysis.Common
 summary: *content
@@ -23,6 +23,6 @@ summary: *content
 
   Analyzers for indexing content in different languages and domains.
 
- For an introduction to Lucene's analysis API, see the 
<xref:Lucene.Net.Analysis> package documentation. 
+ For an introduction to Lucene's analysis API, see the 
[Lucene.Net.Analysis](../core/Lucene.Net.Analysis.html) namespace 
documentation. 
 
- This module contains concrete components 
(<xref:Lucene.Net.Analysis.CharFilter>s, <xref:Lucene.Net.Analysis.Tokenizer>s, 
and (<xref:Lucene.Net.Analysis.TokenFilter>s) for analyzing different types of 
content. It also provides a number of <xref:Lucene.Net.Analysis.Analyzer>s for 
different languages that you can use to get started quickly. 
\ No newline at end of file
+ This module contains concrete components 
([Lucene.Net.Analysis.CharFilter](../core/Lucene.Net.Analysis.CharFilter.html)s,
 [Lucene.Net.Analysis.Tokenizer](../core/Lucene.Net.Analysis.Tokenizer.html)s, 
and 
[Lucene.Net.Analysis.TokenFilter](../core/Lucene.Net.Analysis.TokenFilter.html)s)
 for analyzing different types of content. It also provides a number of 
[Lucene.Net.Analysis.Analyzer](../core/Lucene.Net.Analysis.Analyzer.html)s for 
different languages that you can use to get started quickly. 
\ No newline at end of file

Reply via email to