Skip to content

Commit b303a23

Browse files
authored
Merge pull request #3829 from ClickHouse/Blargian-patch-21
Fix link which breaks translations
2 parents afdaa35 + 04c677c commit b303a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/best-practices/sparse-primary-indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ A compromise between fastest retrieval and optimal data compression is to use a
14941494

14951495
### A concrete example {#a-concrete-example}
14961496

1497-
One concrete example is a the plaintext paste service https://pastila.nl that Alexey Milovidov developed and [blogged about](https://clickhouse.com/blog/building-a-paste-service-with-clickhouse/).
1497+
One concrete example is a the plaintext paste service [https://pastila.nl](https://pastila.nl) that Alexey Milovidov developed and [blogged about](https://clickhouse.com/blog/building-a-paste-service-with-clickhouse/).
14981498

14991499
On every change to the text-area, the data is saved automatically into a ClickHouse table row (one row per change).
15001500

0 commit comments

Comments
 (0)