From 2e255b1ee39c36919e913466489c205e47a7a8f2 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Mon, 8 Feb 2021 10:39:20 -0500 Subject: [PATCH] docs: Shorten cloudsmith URLs even more! Thanks to @lskillen https://github.com/caddyserver/website/issues/134#issuecomment-775217805 --- src/docs/markdown/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 6712f79d..ead42aed 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -45,7 +45,7 @@ Stable releases:
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key add -
-curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/config.deb.txt?distro=debian&version=any-version' | sudo tee -a /etc/apt/sources.list.d/caddy-stable.list
+curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee -a /etc/apt/sources.list.d/caddy-stable.list
 sudo apt update
 sudo apt install caddy
@@ -53,7 +53,7 @@ Testing releases (includes betas and release candidates):
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.key' | sudo apt-key add -
-curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/config.deb.txt?distro=debian&version=any-version' | sudo tee -a /etc/apt/sources.list.d/caddy-testing.list
+curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/debian.deb.txt' | sudo tee -a /etc/apt/sources.list.d/caddy-testing.list
 sudo apt update
 sudo apt install caddy