diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md
index de3646793..4bcafa524 100644
--- a/src/installation/guides/chroot.md
+++ b/src/installation/guides/chroot.md
@@ -91,7 +91,7 @@ the type of system you wish to install. For simplicity, save this URL to a shell
variable. A glibc installation, for example, would use:
```
-# REPO=https://alpha.de.repo.voidlinux.org/current
+# REPO=https://repo-default.voidlinux.org/current
```
XBPS also needs to know what architecture is being installed. Available options
diff --git a/src/installation/guides/fde.md b/src/installation/guides/fde.md
index 417f4cf94..5de83eced 100644
--- a/src/installation/guides/fde.md
+++ b/src/installation/guides/fde.md
@@ -142,8 +142,8 @@ URL](../../xbps/repositories/index.md#the-main-repository) for the type of
system you wish to install.
```
-# xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r /mnt base-system lvm2 cryptsetup grub
-[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
+# xbps-install -Sy -R https://repo-default.voidlinux.org/current -r /mnt base-system lvm2 cryptsetup grub
+[*] Updating `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
x86_64-repodata: 1661KB [avg rate: 2257KB/s]
130 packages will be downloaded:
...
@@ -153,7 +153,7 @@ UEFI systems will have a slightly different package selection. The installation
command for a UEFI system will be as follows.
```
-# xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r /mnt base-system cryptsetup grub-x86_64-efi lvm2
+# xbps-install -Sy -R https://repo-default.voidlinux.org/current -r /mnt base-system cryptsetup grub-x86_64-efi lvm2
```
When it's done, we can enter the `chroot` and finish up the configuration.
diff --git a/src/installation/index.md b/src/installation/index.md
index 8439ba38f..3a0d4caf9 100644
--- a/src/installation/index.md
+++ b/src/installation/index.md
@@ -29,9 +29,9 @@ data on-disk and can be installed without network connectivity.
## Downloading installation media
The most recent live images and rootfs tarballs can be downloaded from
-. They can also be downloaded
+. They can also be downloaded
from [other mirrors](../xbps/repositories/mirrors/index.md). Previous releases
-can be found under , organized by
+can be found under , organized by
date.
## Verifying images
diff --git a/src/xbps/index.md b/src/xbps/index.md
index 51046e274..3ea2d7e03 100644
--- a/src/xbps/index.md
+++ b/src/xbps/index.md
@@ -100,7 +100,7 @@ package repositories:
```
$ xlocate -S
Fetching objects: 11688, done.
-From https://alpha.de.repo.voidlinux.org/xlocate/xlocate
+From https://repo-default.voidlinux.org/xlocate/xlocate
+ e122c3634...a2659176f master -> master (forced update)
$ xlocate xlocate
xtools-0.59_1 /usr/bin/xlocate
diff --git a/src/xbps/repositories/mirrors/tor.md b/src/xbps/repositories/mirrors/tor.md
index 31f35078e..d30ca29e0 100644
--- a/src/xbps/repositories/mirrors/tor.md
+++ b/src/xbps/repositories/mirrors/tor.md
@@ -62,7 +62,7 @@ example):
```
# mkdir -p /etc/xbps.d
# cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/
-# sed -i 's|https://alpha.de.repo.voidlinux.org|http://lysator7eknrfl47rlyxvgeamrv7ucefgrrlhk7rouv3sna25asetwid.onion/pub/voidlinux|g' /etc/xbps.d/*-repository-*.conf
+# sed -i 's|https://repo-default.voidlinux.org|http://lysator7eknrfl47rlyxvgeamrv7ucefgrrlhk7rouv3sna25asetwid.onion/pub/voidlinux|g' /etc/xbps.d/*-repository-*.conf
```
Tor provides layered end-to-end encryption so HTTPS is not necessary.
diff --git a/src/xbps/troubleshooting/common-issues.md b/src/xbps/troubleshooting/common-issues.md
index c8ed5c583..2114231fd 100644
--- a/src/xbps/troubleshooting/common-issues.md
+++ b/src/xbps/troubleshooting/common-issues.md
@@ -29,7 +29,7 @@ will guarantee that.
An "Operation not permitted" error, such as:
```
-ERROR: [reposync] failed to fetch file https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata': Operation not permitted
+ERROR: [reposync] failed to fetch file https://repo-default.voidlinux.org/current/nonfree/x86_64-repodata': Operation not permitted
```
can be caused by your system's date and/or time being incorrect. Ensure your
@@ -40,7 +40,7 @@ can be caused by your system's date and/or time being incorrect. Ensure your
A "Not Found" error, such as:
```
-ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata': Not Found
+ERROR: [reposync] failed to fetch file `https://repo-default.voidlinux.org/current/musl/x86_64-repodata': Not Found
```
usually means your XBPS configuration is pointing to the wrong repositories for
@@ -82,7 +82,7 @@ detected by running `xbps-install` with the `-Sd` flags. The debug message for
this error is shown below.
```
-[DEBUG] [repo] `//var/db/xbps/https___alpha_de_repo_voidlinux_org_current/x86_64-repodata' failed to open repodata archive Invalid or incomplete multibyte or wide character
+[DEBUG] [repo] `//var/db/xbps/https___repo-default_voidlinux_org_current/x86_64-repodata' failed to open repodata archive Invalid or incomplete multibyte or wide character
```
In this situation, it is necessary to follow the steps in
diff --git a/src/xbps/troubleshooting/static.md b/src/xbps/troubleshooting/static.md
index 64e708e4e..959ec35bc 100644
--- a/src/xbps/troubleshooting/static.md
+++ b/src/xbps/troubleshooting/static.md
@@ -19,7 +19,7 @@ Statically compiled versions of XBPS are available on all mirrors in the
`static/` directory. The link below points to the static copies on the primary
mirror in the EU:
-
+
Download and unpack the latest version, or the version that matches the broken
copy on your system (with a preference for the latest copy).