Skip to content

Commit 1649bde

Browse files
committed
docs: fix migration guide link
1 parent 95ec94e commit 1649bde

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schemas
22

33
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.
4-
If you are migrating from 6.x to 7.x please take a moment to read the [migration guide](migrating_to_7.html).
4+
If you are migrating from 7.x to 8.x please take a moment to read the [migration guide](migrating_to_8.html).
55

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

docs/guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ integrating Mongoose with external tools and frameworks.
5050

5151
## Migration Guides
5252

53+
* [Mongoose 7.x to 8.x](migrating_to_8.html)
5354
* [Mongoose 6.x to 7.x](migrating_to_7.html)
5455
* [Mongoose 5.x to 6.x](migrating_to_6.html)
5556
* [Mongoose 4.x to 5.x](migrating_to_5.html)

docs/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ html(lang='en')
133133
li.pure-menu-item.sub-item
134134
a.pure-menu-link(href=`${versions.versionedPath}/docs/api/virtualtype.html`, class=outputUrl === `${versions.versionedPath}/docs/api/virtualtype.html` ? 'selected' : '') VirtualType
135135
li.pure-menu-item
136-
a.pure-menu-link(href=`${versions.versionedPath}/docs/migrating_to_7.html`, class=outputUrl === `${versions.versionedPath}/docs/migrating_to_7.html` ? 'selected' : '') Migration Guide
136+
a.pure-menu-link(href=`${versions.versionedPath}/docs/migrating_to_8.html`, class=outputUrl === `${versions.versionedPath}/docs/migrating_to_8.html` ? 'selected' : '') Migration Guide
137137
li.pure-menu-item
138138
a.pure-menu-link(href=`${versions.versionedPath}/docs/compatibility.html`, class=outputUrl === `${versions.versionedPath}/docs/compatibility.html` ? 'selected' : '') Version Compatibility
139139
li.pure-menu-item

0 commit comments

Comments
 (0)