-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.49..v0.2.50 changeset WeightedWordDistance.cpp
Garret Voltz edited this page Nov 6, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/string/WeightedWordDistance.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/string/WeightedWordDistance.cpp
index 27ed506..47c3beb 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/string/WeightedWordDistance.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/string/WeightedWordDistance.cpp
@@ -71,7 +71,7 @@ WeightedWordDistance::WeightedWordDistance()
{
LOG_WARN("Unable to locate words.sqlite. This should be downloaded during the make "
"process. It can be manually downloaded from "
- "https://s3.amazonaws.com/hoot-support/words1.sqlite.bz2 "
+ "https://hoot-support.s3.amazonaws.com/words1.sqlite.bz2 "
"or similar. You can also override the default name with the " +
ConfigOptions::getWeightedWordDistanceDictionaryKey() + " config option.");
dictPath = ConfPath::search(ConfigOptions().getWeightedWordDistanceAbridgedDictionary());