diff --git a/170_Relevance/45_Popularity.asciidoc b/170_Relevance/45_Popularity.asciidoc index 0ace6b94d..a946e71eb 100644 --- a/170_Relevance/45_Popularity.asciidoc +++ b/170_Relevance/45_Popularity.asciidoc @@ -146,7 +146,7 @@ Adding in a `factor` changes the formula to this: new_score = old_score * log(1 + factor * number_of_votes) A `factor` greater than `1` increases the effect, and a `factor` less than `1` -decreases the effect, as shown in <>: +decreases the effect, as shown in <>. [[img-popularity-factor]] .Logarithmic popularity with different factors