From 7dffa259c65b33ab5da171b185ad653117265d05 Mon Sep 17 00:00:00 2001 From: Snoupix <35530306+Snoupix@users.noreply.github.com> Date: Thu, 3 Oct 2024 06:11:25 +0200 Subject: [PATCH] fix(arch docs): Step 3 link changes (#580) --- docs/distributions/arch/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distributions/arch/installation.md b/docs/distributions/arch/installation.md index 71d49496e..1d7b015dd 100644 --- a/docs/distributions/arch/installation.md +++ b/docs/distributions/arch/installation.md @@ -14,7 +14,7 @@ You will need: 2. Boot into the live ISO. -3. Follow the Arch Wiki guide from [here](https://wiki.archlinux.org/index.php/Installation_guide#Set_the_console_keyboard_layout) up to "Format the partitions". +3. Follow the Arch Wiki guide from [here](https://wiki.archlinux.org/title/Installation_guide#Set_the_console_keyboard_layout_and_font) up to "Format the partitions". 1. You will need to reformat your partitions, except for the EFI partition. The other partitions will need to reformatted as described in the Arch Wiki Installation guide. For the EFI system partition (mentioned in a note on the Arch Wiki), there will be one at `/dev/nvme0n1p1` and you can use this if you don't intend to install Windows or already have it installed. If you do intend to triple boot, refer to [this guide](https://wiki.t2linux.org/guides/windows/). 2. Mount the EFI partition that you intend to use for your bootloader on `/mnt/boot`, and your other partitions on `/mnt`, etc.