diff --git a/README.org b/README.org
--- a/README.org
+++ b/README.org
@@ -33,6 +33,9 @@
 
 Once installed, you can use Yggdrasil to apply migrations to your database.
 
+Take a look at the tests for Yggdrasil itself to familiarize yourself with what it can do, as library:
+[[./test/Yggdrasil/Test/Yggdrasil.hs][./test/Yggdrasil/Test/Yggdrasil.hs]]
+
 By default, Yggdrasil SQLite branch looks for migration files in the ~./resources/migrations/sqlite/~ directory.
 
 *NOTE* : Keep in mind this slash ( / ) at the end is very important.
diff --git a/yggdrasil-schema.cabal b/yggdrasil-schema.cabal
--- a/yggdrasil-schema.cabal
+++ b/yggdrasil-schema.cabal
@@ -1,10 +1,10 @@
 cabal-version: 1.12
 
 name:           yggdrasil-schema
-version:        1.0.0.5
-description:    Please see the README at <https://github.com/jjba23/yggdrasil-schema>
-homepage:       https://github.com/jjba23/yggdrasil-schema
-bug-reports:    https://github.com/jjba23/yggdrasil-schema/issues
+version:        1.0.0.6
+description:    Please see the README at <https://codeberg.org/jjba23/yggdrasil-schema>
+homepage:       https://codeberg.org/jjba23/yggdrasil-schema
+bug-reports:    https://codeberg.org/jjba23/yggdrasil-schema/issues
 author:         Josep Bigorra
 maintainer:     Josep Bigorra <jjbigorra@gmail.com>
 copyright:      2024 Josep Bigorra
@@ -16,7 +16,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/jjba23/yggdrasil-schema
+  location: https://codeberg.org/jjba23/yggdrasil-schema
 
 library
   exposed-modules:
