Skip to content

Commit

Permalink
docs: add link to 6.x migration guide to schemas guide
Browse files Browse the repository at this point in the history
Fix #10616
  • Loading branch information
vkarpov15 committed Aug 26, 2021
1 parent d39f25c commit bccdd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
@@ -1,7 +1,7 @@
## Schemas

If you haven't yet done so, please take a minute to read the [quickstart](./index.html) to get an idea of how Mongoose works.
If you are migrating from 4.x to 5.x please take a moment to read the [migration guide](/docs/migrating_to_5.html).
If you are migrating from 5.x to 6.x please take a moment to read the [migration guide](/docs/migrating_to_6.html).

<ul class="toc">
<li><a href="#definition">Defining your schema</a></li>
Expand Down

0 comments on commit bccdd5d

Please sign in to comment.