From b48a6131e0ca8d97c394e79b30e64a9f73ab1946 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 23 Jun 2020 13:34:05 -0700 Subject: [PATCH] switch to worker URL for install script in docs [skip ci] --- docs/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started.mdx b/docs/docs/getting-started.mdx index afe5a31..840ed1b 100755 --- a/docs/docs/getting-started.mdx +++ b/docs/docs/getting-started.mdx @@ -20,7 +20,7 @@ If your system runs on: You should be able to proceed with the automatic installation: ```shell-session -$ curl https://raw.githubusercontent.com/checktheroads/hyperglass/v1.0.0/install.sh | sudo bash +$ curl https://install.hyperglass.io | sudo bash ``` :::caution Piping to bash