Commit 341f0d6275958184c900cff4ccdf06922a6ec820

Authored by Nathan Willson
Committed by GitHub
1 parent 8eef2235

use relative file link (#1536)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1100,7 +1100,7 @@ Product.search_index.tokens("dieg", analyzer: "searchkick_word_search")
1100 1100 # ["dieg"] - match!!
1101 1101 ```
1102 1102  
1103   -See the [complete list of analyzers](https://github.com/ankane/searchkick/blob/31780ddac7a89eab1e0552a32b403f2040a37931/lib/searchkick/index_options.rb#L32).
  1103 +See the [complete list of analyzers](lib/searchkick/index_options.rb#L32).
1104 1104  
1105 1105 ## Testing
1106 1106  
... ...