From c516a99bb67fbc15ebb0ad1337ccd1c293de1c33 Mon Sep 17 00:00:00 2001 From: Tim <79973633+TimBBP@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:32:44 +0000 Subject: [PATCH] Update 04_Upgrading_project.md Fix typo in upgrader link --- en/03_Upgrading/04_Upgrading_project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/03_Upgrading/04_Upgrading_project.md b/en/03_Upgrading/04_Upgrading_project.md index f1f14169d..40dca460a 100644 --- a/en/03_Upgrading/04_Upgrading_project.md +++ b/en/03_Upgrading/04_Upgrading_project.md @@ -113,7 +113,7 @@ The upgrader is available as a phar executable. To install the PHAR executable: -1. [Download the upgrader as a PHAR executable](https://silverstripe.g.ithub.io/silverstripe-upgrader/upgrade-code.phar) or `wget https://silverstripe.g.ithub.io/silverstripe-upgrader/upgrade-code.phar` +1. [Download the upgrader as a PHAR executable](https://silverstripe.github.io/silverstripe-upgrader/upgrade-code.phar) or `wget https://silverstripe.github.io/silverstripe-upgrader/upgrade-code.phar` 1. Make the file executable `chmod +x upgrade-code.phar` 1. Move the file to a folder in your path, for example `sudo mv upgrade-code.phar /usr/local/bin/upgrade-code`