docs: update link

This commit is contained in:
Arash
2023-10-19 11:31:52 -06:00
parent 4c5a0345a8
commit 0b575fa322
3 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ A Nuxt module for simplifying the use of [Mongoose](https://mongoosejs.com/) in
<style>
.highlight {
color: #00dc82
color: var(--color-primary-500);
}
.center {

View File

@ -40,7 +40,7 @@ export default defineNuxtConfig({
## Options
You can configure the module by adding a `mongoose` section to your `nuxt.config` file.
read more about [Mongoose options](/getting-started/configuration).
read more about [Mongoose options](/docs/getting-started/configuration).
```ts [nuxt.config]
export default defineNuxtConfig({