From a360e66da94e24c504c8e253b0be4e9aece670de Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 3 Jun 2016 09:25:46 +0300 Subject: [PATCH] Updated download instruction [#METR-20000]. --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 5b8997015e5..b9b780b6c1f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -393,7 +393,7 @@
 sudo mkdir -p /etc/apt/sources.list.d
-echo "deb http://mirror.yandex.ru/ClickHouse/trusty|precise/ stable/amd64/" |
+echo "deb http://repo.yandex.ru/clickhouse/trusty|precise/ dists/stable/main/binary-amd64/" |
     sudo tee /etc/apt/sources.list.d/clickhouse.list
 sudo apt-get update