From ca57be48c1aa8a1146940eed229d595e07e61c75 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 11 Jul 2023 07:21:39 +0100 Subject: [PATCH] architecture: fix links in Motherboard entry --- Electronics_and_Hardware/Motherboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Electronics_and_Hardware/Motherboard.md b/Electronics_and_Hardware/Motherboard.md index b55bb54..b857cb4 100644 --- a/Electronics_and_Hardware/Motherboard.md +++ b/Electronics_and_Hardware/Motherboard.md @@ -9,6 +9,6 @@ tags: [motherboard] -The motherboard is the foundation of a computer. It allocates power and allows communication to and between the [CPU](/Computer_Architecture/CPU/Von_Neumann_architecture.md), [RAM](/Computer_Architecture/Memory/Memory.md), [harddisk](/Operating_Systems/Disks/What_are_disks.md) and all other hardware components. +The motherboard is the foundation of a computer. It allocates power and allows communication to and between the [CPU](/Computer_Architecture/CPU/CPU_architecture.md), [RAM](/Computer_Architecture/Memory/Memory.md), [harddisk](/Operating_Systems/Disks/What_are_disks.md) and all other hardware components. It is a printed circuit board and is always the largest board within the computer chassis.