Skip to content

Commit 60565be

Browse files
authored
Merge pull request #4820 from ClickHouse/Blargian-patch-179106
Improvement: cross link to example dataset
2 parents 2b95efe + 36dbe64 commit 60565be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dictionary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The direct join algorithm requires that the right table is backed by a dictionar
3232

3333
### Example {#example}
3434

35-
Using the Stack Overflow dataset, let's answer the question:
35+
Using the [Stack Overflow dataset](/getting-started/example-datasets/stackoverflow), let's answer the question:
3636
*What is the most controversial post concerning SQL on Hacker News?*
3737

3838
We will define controversial as when posts have a similar number of up and down votes. We compute this absolute difference, where a value closer to 0 means more controversy. We'll assume the post must have at least 10 up and down votes - posts which people don't vote on aren't very controversial.

0 commit comments

Comments
 (0)