diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 See also: the list of [code releases] and [closed milestones].
 
+### [0.0.2.4]
+
+* Correct errors in project repo and CI linls
+
 ### [0.0.2.3]
 
 * Minor tidying and organization.
@@ -45,15 +49,16 @@
 Stable enough for use, but not reviewed.
 
 [test figure]: https://hackage.haskell.org/package/crypto-enigma/docs/Crypto-Enigma-Display.html#showEnigmaConfigInternalFIG
-[build checks]: https://travis-ci.org/orome/crypto-enigma/branches
-[code releases]: https://github.com/orome/crypto-enigma/releases
-[closed milestones]: https://github.com/orome/crypto-enigma/milestones?state=closed
-[0.0.2.3]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.3
-[0.0.2.2]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.2
-[0.0.2.1]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.1
-[0.0.2.0]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.0
-[0.0.1.7]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.7
-[0.0.1.6]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.6
-[0.0.1.5]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.5
-[0.0.1.4]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.4
-[0.0.1.3]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.3
+[build checks]: https://travis-ci.org/orome/crypto-enigma-hs/branches
+[code releases]: https://github.com/orome/crypto-enigma-hs/releases
+[closed milestones]: https://github.com/orome/crypto-enigma-hs/milestones?state=closed
+[0.0.2.4]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.4
+[0.0.2.3]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.3
+[0.0.2.2]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.2
+[0.0.2.1]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.1
+[0.0.2.0]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.0
+[0.0.1.7]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.7
+[0.0.1.6]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.6
+[0.0.1.5]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.5
+[0.0.1.4]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.4
+[0.0.1.3]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.3
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 ## crypto-enigma
 
 [![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg)](https://www.haskell.org)
-[![Hackage](https://img.shields.io/hackage/v/crypto-enigma.svg)](https://hackage.haskell.org/package/crypto-enigma)
-![Hackage Dependencies](https://img.shields.io/hackage-deps/v/crypto-enigma.svg)
-[![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://github.com/orome/crypto-enigma/blob/hackage/LICENSE)
-[![Build Status](https://travis-ci.org/orome/crypto-enigma.svg?branch=hackage)](https://travis-ci.org/orome/crypto-enigma/branches)
+[![Hackage](https://img.shields.io/hackage/v/crypto-enigma-hs.svg)](https://hackage.haskell.org/package/crypto-enigma-hs)
+![Hackage Dependencies](https://img.shields.io/hackage-deps/v/crypto-enigma-hs.svg)
+[![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://github.com/orome/crypto-enigma-hs/blob/hackage/LICENSE)
+[![Build Status](https://travis-ci.org/orome/crypto-enigma-hs.svg?branch=hackage)](https://travis-ci.org/orome/crypto-enigma-hs/branches)
 
 An Enigma machine simulator with state and encoding display.
 
@@ -16,7 +16,7 @@
 
 Note that the correct display of some characters used to represent components
 (thin Naval rotors) assumes support for Unicode, while some aspects of the display of machine state
-depend on support for combining Unicode. This is a [known limitation](https://github.com/orome/crypto-enigma/issues/10)
+depend on support for combining Unicode. This is a [known limitation](https://github.com/orome/crypto-enigma-hs/issues/10)
 that will be addressed in a future release.
 
 Full [documentation] — for the latest [release version] — is available on Hackage.
@@ -32,17 +32,17 @@
 
 ### Development status
 
-[![Build Status](https://travis-ci.org/orome/crypto-enigma.svg?branch=develop)](https://travis-ci.org/orome/crypto-enigma/branches)
+[![Build Status](https://travis-ci.org/orome/crypto-enigma-hs.svg?branch=develop)](https://travis-ci.org/orome/crypto-enigma-hs/branches)
 
 I'm currently learning and experimenting with some Haskell language features and can't promise the
 [development version] will work. More detail about planned releases and activities can be found the list of
 scheduled [milestones] and in the list of [open issues].
 
 [documentation]: https://hackage.haskell.org/package/crypto-enigma
-[release version]: https://github.com/orome/crypto-enigma/tree/hackage
-[development version]: https://github.com/orome/crypto-enigma/tree/develop
-[milestones]: https://github.com/orome/crypto-enigma/milestones
-[open issues]: https://github.com/orome/crypto-enigma/issues
+[release version]: https://github.com/orome/crypto-enigma-hs/tree/hackage
+[development version]: https://github.com/orome/crypto-enigma-hs/tree/develop
+[milestones]: https://github.com/orome/crypto-enigma-hs/milestones
+[open issues]: https://github.com/orome/crypto-enigma-hs/issues
 
 [machine models]: http://www.cryptomuseum.com/crypto/enigma/tree.htm
 [I]: http://www.cryptomuseum.com/crypto/enigma/i/index.htm
diff --git a/crypto-enigma.cabal b/crypto-enigma.cabal
--- a/crypto-enigma.cabal
+++ b/crypto-enigma.cabal
@@ -3,7 +3,7 @@
 -- PVP summary:         +-+------- breaking API changes
 --                      | | +----- non-breaking API additions
 --                      | | | +--- code changes with no API change
-version:                0.0.2.3
+version:                0.0.2.4
 synopsis:               An Enigma machine simulator with display.
 description:            The crypto-enigma package is an Enigma machine simulator
                         with rich display and machine state details.
@@ -45,7 +45,7 @@
         type:           git
         location:       git://github.com/orome/crypto-enigma-hs.git
         branch:         hackage
-        tag:            0.0.2.3
+        tag:            0.0.2.4
 
 library
     -- default-extensions: Trustworthy
