diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+1.4.1
+-----
+* Update EventStore website link in documentation.
+
 1.4.0
 -----
 * Internal: Refactor operation and registry tcp internals.
diff --git a/Database/EventStore/Internal/Types.hs b/Database/EventStore/Internal/Types.hs
--- a/Database/EventStore/Internal/Types.hs
+++ b/Database/EventStore/Internal/Types.hs
@@ -268,7 +268,7 @@
 --------------------------------------------------------------------------------
 -- | Determines whether any link event encountered in the stream will be
 --   resolved. See the discussion for more information:
---   https://eventstore.org/docs/dotnet-api/reading-events/index.html#resolvedevent
+--   https://eventstore.com/docs/dotnet-api/reading-events/index.html#resolvedevent
 data ResolveLink = ResolveLink | NoResolveLink deriving (Show, Eq)
 
 --------------------------------------------------------------------------------
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 [Talk and exchange ideas in our dedicated Discord Server]
 
 That driver supports 100% of EventStore features !
-More information about the GetEventStore database can be found there: https://eventstore.org/
+More information about the GetEventStore database can be found there: https://eventstore.com/
 
 Requirements
 ============
diff --git a/eventstore.cabal b/eventstore.cabal
--- a/eventstore.cabal
+++ b/eventstore.cabal
@@ -4,12 +4,12 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ddd7a1bceafaa54e7b8bf636d520fca1eaa6569f66fe19640603f77e065c9469
+-- hash: ce06cc20eb2ef61c0d52dc888830182016c2f8c1d036e25d6e481d12b9d0ae76
 
 name:           eventstore
-version:        1.4.0
+version:        1.4.1
 synopsis:       EventStore TCP Client
-description:    EventStore TCP Client <https://eventstore.org>
+description:    EventStore TCP Client <https://eventstore.com>
 category:       Database
 homepage:       https://github.com/YoEight/eventstore
 author:         Yorick Laupa
