From 3f845c34e7c1ef8aab17d758b4d0a2b251c461a5 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 11 Mar 2022 18:09:18 -0500 Subject: [PATCH] Update trending.md --- content/faq/trending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/trending.md b/content/faq/trending.md index b3c18fa4..a95c341a 100644 --- a/content/faq/trending.md +++ b/content/faq/trending.md @@ -62,4 +62,4 @@ Top content is based on calculations around the total LBC value of content, whic YouTube uses obscured, secret algorithms that are designed to be biased in favor of the mainstream media and other creators they prefer, rather than being neutral to all content ([See Veritasium's take on this](https://lbry.tv/@veritasium:f/my-video-went-viral-here-s-why:e)). -LBRY creates open-source code that allows all of the world to see precisely how our features work. We can then write articles like this one that tries to spell it out in plain language. The source code for the Trending/Top/New functionality is viewable [here](https://github.com/lbryio/lbry-sdk/tree/master/lbry/wallet/server/db/trending). +LBRY creates open-source code that allows all of the world to see precisely how our features work. We can then write articles like this one that tries to spell it out in plain language. The source code for the Trending/Top/New functionality is viewable [here](https://github.com/lbryio/lbry-sdk/blob/master/lbry/wallet/server/db/elasticsearch/search.py#L263).