diff --git a/Electronics/Physics_of_electricity/Current.md b/Electronics/Physics_of_electricity/Current.md index e240d8b..0dfdd2c 100644 --- a/Electronics/Physics_of_electricity/Current.md +++ b/Electronics/Physics_of_electricity/Current.md @@ -14,7 +14,7 @@ So current is the flow of electrons. Charge is the quantity that flows. ## Why current exists -Current exists because of the [first law of electrostatics](/Electronics/Physics_of_electricity/Coulombs_Law.md). +Current exists because of the [first law of electrostatics](/Electronics/Physics_of_electricity/Coulombs_Laws.md). When there is an excess of electrons at one terminal (i.e. negatively charged atoms) and a deficiency of electrons at the other terminal (i.e. positively charged atoms), a \*\*difference of potential\_ exists between the two terminals. diff --git a/Operating_Systems/Devices.md b/Operating_Systems/Devices.md index ff70b9f..d28a4e1 100644 --- a/Operating_Systems/Devices.md +++ b/Operating_Systems/Devices.md @@ -32,7 +32,7 @@ brw-rw---- 1 root disk 259, 3 Jun 4 11:00 nvme0n1p3 > Since device files are files we can interact with them using standard file programs like `ls` and `cat`. -The [mode](../Programming_Languages/Shell_Scripting/File_permissions_and_execution.md#what-the-output-means) is different from ordinary files. Each device file is prepended with `b, p, c, s` before the standard permissions. These stand for the major types of devices: _block, character, pipe_ and _socket_. +The [mode](/Programming_Languages/Shell_Scripting/File_permissions_and_execution.md#what-the-output-means) is different from ordinary files. Each device file is prepended with `b, p, c, s` before the standard permissions. These stand for the major types of devices: _block, character, pipe_ and _socket_.