From 13e370362a3cc46a0f5060301b099af3e62c782d Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Mon, 18 Dec 2023 15:05:05 +0100 Subject: [PATCH] docs: fix some links --- docs/src/content/docs/plugins/loaders/index.mdx | 6 +++--- docs/src/content/docs/plugins/storage/index.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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