Skip to content

Commit b30b850

Browse files
committed
Merge pull request #259 from phpbb/sphinx_stopwords_link
Add link to stopwords file for sphinx
2 parents 74ed324 + c1d741f commit b30b850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/content/en/chapters/server_guide.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@
166166
<title>Stopwords</title>
167167
<para>
168168
Sphinx config file provides an option for specifying a file containing search stop words. Stop words are those common words like 'a' and 'the' that appear commonly in text
169-
and should really be ignored from searching. A somewhat complete list of English stop words can be found [# here]. These words can be copied into a text file and added
169+
and should really be ignored from searching. A somewhat complete list of English stop words can be found <ulink url="https://github.com/stopwords-iso/stopwords-en">here</ulink>. These words can be copied into a text file and added
170170
to sphinx.conf under index_phpbb section as
171171
</para>
172172
<para><code>stopwords = path/to/stopwords.txt</code></para>
173173
</section>
174174
</section>
175175
</section>
176-
</chapter>
176+
</chapter>

0 commit comments

Comments
 (0)