diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 # Haskell KiCad Data
-[![Build Status](https://travis-ci.org/monostable/haskell-kicad-data.svg?branch=master)](https://travis-ci.org/kasbah/haskell-kicad-data)
+[![Build Status](https://travis-ci.org/monostable/haskell-kicad-data.svg?branch=master)](https://travis-ci.org/monostable/haskell-kicad-data)
 
-Parse and write [KiCad](http://kicad-pcb.org) data (currently .kicad_mod files only).
+Parse and write [KiCad](https://kicad.org/) data (currently .kicad_mod files only).
 
 This library is tested with QuickCheck to ensure it can parse whatever it outputs. 
 The parser is also fairly regularily checked against over 38,000 kicad_mod files currently part of [monostable/kicad_footprints](https://github.com/monostable/kicad_footprints). The resulting output of these parsed files is then checked with KiCad scripting to make sure they are still valid.
 
-# Usage
+## Usage
 
     $ cabal repl
 
@@ -23,10 +23,10 @@
 See [docs on Hackage](https://hackage.haskell.org/package/kicad-data).
 
 
-# Projects Using This
+## Projects Using This
 
 - [ppelleti/footprint-to-script](https://github.com/ppelleti/footprint-to-script) - Converts a KiCad footprint to a [KicadModTree](https://github.com/pointhi/kicad-footprint-generator) Python script.
 
-# License
+## License
 
 This project is MIT licensed but [one dependency](https://hackage.haskell.org/package/pretty-compact) is licensed under GPLv3 thus the GPLv3 applies to the project as a whole.
diff --git a/kicad-data.cabal b/kicad-data.cabal
--- a/kicad-data.cabal
+++ b/kicad-data.cabal
@@ -1,19 +1,19 @@
 name:          kicad-data
-version:       0.5.0
+version:       0.5.1
 synopsis:      Parser and writer for KiCad files.
 license:       MIT
 license-file:  LICENSE
 author:        Kaspar Emanuel
 maintainer:    kaspar@monostable.co.uk
-homepage:      http://github.com/kasbah/haskell-kicad-data
-bug-reports:   http://github.com/kasbah/haskell-kicad-data/issues
+homepage:      http://github.com/monostable/haskell-kicad-data
+bug-reports:   http://github.com/monostable/haskell-kicad-data/issues
 copyright:     2018
 category:      Data
 build-type:    Simple
 extra-source-files: README.md
 cabal-version: >=1.10
 description:
-            Parse and write <http://kicad-pcb.org/ KiCad> data
+            Parse and write <https://kicad.org/ KiCad> data
             (currently @.kicad_mod@ files only).
 Extra-Source-Files: changelog.md
 
