docs: fix some links
This commit is contained in:
parent
7da778c767
commit
13e370362a
2 changed files with 5 additions and 5 deletions
|
|
@ -21,12 +21,12 @@ Or set it up in your configuration file, see [Plugin configuration](/reference/c
|
||||||
:::tip[Did you know?]
|
:::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.
|
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.
|
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
|
## Available Loader Plugins
|
||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Default Loader" href="/loaders/default/" description="The loader responsible for loading .js, .cjs and .mjs files" />
|
<LinkCard title="Default Loader" href="/plugins/loaders/default/" description="The loader responsible for loading .js, .cjs and .mjs files" />
|
||||||
<LinkCard title="MySQL Loader" href="/loaders/mysql/" description="Can load and execute .sql files against a MySQL database" />
|
<LinkCard title="MySQL Loader" href="/plugins/loaders/mysql/" description="Can load and execute .sql files against a MySQL database" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@ Or set it up in your configuration file, see [Storage configuration](/reference/
|
||||||
## Available storage plugins
|
## Available storage plugins
|
||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="File System" href="/storage/file-system/" description="The most basic storage plugin - for simple setups" />
|
<LinkCard title="File System" href="/plugins/storage/file-system/" description="The most basic storage plugin - for simple setups" />
|
||||||
<LinkCard title="MySQL" href="/storage/mysql/" description="A storage plugin that uses a MySQL database for storing the migration history state" />
|
<LinkCard title="MySQL" href="/plugins/storage/mysql/" description="A storage plugin that uses a MySQL database for storing the migration history state" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue