diff --git a/content/2.getting-started/1.prerequisites.md b/content/2.getting-started/1.prerequisites.md index e602bd3..0c89f7a 100644 --- a/content/2.getting-started/1.prerequisites.md +++ b/content/2.getting-started/1.prerequisites.md @@ -52,7 +52,7 @@ yum install git curl jq You'll need to make sure you have `git` installed on your server. You'll then need to clone the Postal installation helper repository. This contains some bootstrapping config and other useful things which will speed along your installation. ``` -git clone https://postalserver.io/start/install /opt/postal/install +git clone https://github.com/postalserver/install /opt/postal/install sudo ln -s /opt/postal/install/bin/postal /usr/bin/postal ``` diff --git a/content/2.getting-started/6.upgrade-to-v2.md b/content/2.getting-started/6.upgrade-to-v2.md index b959147..57b13d1 100644 --- a/content/2.getting-started/6.upgrade-to-v2.md +++ b/content/2.getting-started/6.upgrade-to-v2.md @@ -99,7 +99,7 @@ mv /usr/bin/postal /usr/bin/postal.v1 The next thing to do is to download the new Postal installation helpers repo and set up the new `postal` command. ``` -git clone https://postalserver.io/start/install /opt/postal/install +git clone https://github.com/postalserver/install /opt/postal/install sudo ln -s /opt/postal/install/bin/postal /usr/bin/postal ```