From af1f49737771e16bb7230146af2d69fc0dae33eb Mon Sep 17 00:00:00 2001
From: nrs1g15 <nrs1g15@soton.ac.uk>
Date: Sat, 29 Jun 2019 23:39:05 +0100
Subject: [PATCH] Update README.md

---
 Common/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Common/README.md b/Common/README.md
index f91c346..6c11601 100644
--- a/Common/README.md
+++ b/Common/README.md
@@ -18,7 +18,7 @@ Please read the [master README.md](https://git.soton.ac.uk/SUFST/susft-firmware/
 * **EventManager** - A utility that allows for easy setup of events such as hardware timers and external interrupts, along with interacting with these events in an event-based system to ensure the programs main flow handles interrupts and not ISRs.
 * **Utils** - Currently only overrides the default assert() failure functionality to write failing asserts over Serial for easier debugging.
 
-    See the header files for the corresponding utility within _/include_ for function calls and further information.
+See the header files for the corresponding utility within _/include_ for function calls and further information.
 	
 ## Maintainers
 * Nathan - _nrs1g15@soton.ac.uk_
@@ -27,6 +27,6 @@ Please read the [master README.md](https://git.soton.ac.uk/SUFST/susft-firmware/
 * Nathan - _nrs1g15@soton.ac.uk_
 
 ## Version History 
-    Please see the [Common CHANGELOG](https://git.soton.ac.uk/SUFST/susft-firmware/blob/master/CHANGELOG.md) for further details on changes.
+Please see the [Common CHANGELOG](https://git.soton.ac.uk/SUFST/sufst-firmware/blob/master/Common/CHANGELOG.md) for further details on changes.
 
 * **v1.0** - Initial release.
\ No newline at end of file
-- 
GitLab