Skip to content

Commit b050426

Browse files
Linux docs use faster download link
1 parent 85eb7c0 commit b050426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hub/installation/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following commands:
1515

1616
```
1717
rm ./certify-hub-linux-x64-latest.tar.gz -f
18-
wget https://certifytheweb.s3.amazonaws.com/downloads/archive/beta/hub/certify-mgmthub-linux-x64-latest.tar.gz
18+
wget https://downloads.certifytheweb.com/beta/hub/certify-mgmthub-linux-x64-latest.tar.gz
1919
rm -rf ./certify-hub-install && mkdir -p ./certify-hub-install
2020
tar -xvf certify-mgmthub-linux-x64-latest.tar.gz -C ./certify-hub-install
2121
sudo ./certify-hub-install/scripts/install-hub.sh
@@ -56,7 +56,7 @@ The following commands:
5656

5757
```
5858
rm ./certify-agent-linux-x64-latest.tar.gz -f
59-
wget https://certifytheweb.s3.amazonaws.com/downloads/archive/beta/agent/certify-agent-linux-x64-latest.tar.gz
59+
wget https://downloads.certifytheweb.com/beta/agent/certify-agent-linux-x64-latest.tar.gz
6060
rm -rf ./certify-agent-install && mkdir -p ./certify-agent-install
6161
tar -xvf certify-agent-linux-x64-latest.tar.gz -C ./certify-agent-install
6262
sudo ./certify-agent-install/scripts/install-agent.sh

0 commit comments

Comments
 (0)