Commit f34cd5e61e149702107e50f75c98084a0e0cc08f
1 parent
574970cf
Exists in
master
and in
17 other branches
https [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/searchkick/index_options.rb
... | ... | @@ -114,7 +114,7 @@ module Searchkick |
114 | 114 | type: "shingle", |
115 | 115 | token_separator: "" |
116 | 116 | }, |
117 | - # lucky find http://web.archiveorange.com/archive/v/AAfXfQ17f57FcRINsof7 | |
117 | + # lucky find https://web.archiveorange.com/archive/v/AAfXfQ17f57FcRINsof7 | |
118 | 118 | searchkick_search_shingle: { |
119 | 119 | type: "shingle", |
120 | 120 | token_separator: "", | ... | ... |