diff --git a/Common/README.md b/Common/README.md
index f91c34688cb7d4a40bc7f9ec7e928e061672ce0d..6c11601cdc2d7fab365ab417947bc9c215d2dad0 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