diff --git a/docs/src/content/docs/plugins/loaders/index.mdx b/docs/src/content/docs/plugins/loaders/index.mdx
index 3b0bde7..3784f6f 100644
--- a/docs/src/content/docs/plugins/loaders/index.mdx
+++ b/docs/src/content/docs/plugins/loaders/index.mdx
@@ -21,12 +21,12 @@ Or set it up in your configuration file, see [Plugin configuration](/reference/c
:::tip[Did you know?]
You can specify multiple loader plugins at the same time, which is needed when you mix file types in your migrations folder.
For example, you can use the `mysql` loader for `.sql` files and the `typescript` loader for `.ts` files.
-The [default loader](/loaders/default/) will be used for all other file types, and doesn't need to be specified.
+The [default loader](/plugins/loaders/default/) will be used for all other file types, and doesn't need to be specified.
:::
## Available Loader Plugins
-
-
+
+
diff --git a/docs/src/content/docs/plugins/storage/index.mdx b/docs/src/content/docs/plugins/storage/index.mdx
index 236c55c..ec318cf 100644
--- a/docs/src/content/docs/plugins/storage/index.mdx
+++ b/docs/src/content/docs/plugins/storage/index.mdx
@@ -20,8 +20,8 @@ Or set it up in your configuration file, see [Storage configuration](/reference/
## Available storage plugins
-
-
+
+
:::note