diff --git a/docs/installation/alpine_linux_en.md b/docs/installation/alpine_linux_en.md index 760a97e6b..db2ed8bf4 100644 --- a/docs/installation/alpine_linux_en.md +++ b/docs/installation/alpine_linux_en.md @@ -14,7 +14,7 @@ If you want to run this guide with root, ignore the `doas` at the beginning of t ### Prepare the system -* The community repository must be enabled in `/etc/apk/repositories`. Depending on which version and mirror you use this looks like `http://alpine.42.fr/v3.16/community`. If you autogenerated the mirror during installation: +* The community repository must be enabled in `/etc/apk/repositories`. Depending on which version and mirror you use this looks like `https://dl-5.alpinelinux.org/alpine/v3.16/community`. If you autogenerated the mirror during installation: ```shell awk 'NR==2' /etc/apk/repositories | sed 's/main/community/' | tee -a /etc/apk/repositories