From 58fd41fafbf24fff4a9df75ef600be3e534dc184 Mon Sep 17 00:00:00 2001 From: Nicco Date: Tue, 18 Oct 2022 16:23:27 +0200 Subject: [PATCH] consistent casing (#247) --- docs/markdown/installation.md | 2 +- docs/markdown/quick.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/installation.md b/docs/markdown/installation.md index e932d44..6fa8230 100644 --- a/docs/markdown/installation.md +++ b/docs/markdown/installation.md @@ -5,7 +5,7 @@ Linux & macOS. Windows is not supported. If you have problems installing please Autorestic requires `bash`, `wget` and `bzip2` to be installed. For most systems these should be already installed. ```bash -wget -qO - https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash +wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | bash ``` ## Alternatives diff --git a/docs/markdown/quick.md b/docs/markdown/quick.md index 37e776e..4aa2a31 100644 --- a/docs/markdown/quick.md +++ b/docs/markdown/quick.md @@ -3,7 +3,7 @@ ## Installation ```bash -wget -qO - https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash +wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | bash ``` See [installation](/installation) for alternative options.