Skip to content

Commit a7a6663

Browse files
committed
docs: fix some href
1 parent 5e7ab25 commit a7a6663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ block content
2424
If you are migrating from 4.x to 5.x please take a moment to read the [migration guide](/docs/migrating_to_5.html).
2525
:markdown
2626
<ul class="toc">
27-
<li><a href="#models">Defining your schema</a></li>
27+
<li><a href="#definition">Defining your schema</a></li>
2828
<li><a href="#models">Creating a model</a></li>
2929
<li><a href="#methods">Instance methods</a></li>
3030
<li><a href="#statics">Statics</a></li>
@@ -80,7 +80,7 @@ block content
8080
* [Mixed](./schematypes.html#mixed)
8181
* [ObjectId](./schematypes.html#objectids)
8282
* [Array](./schematypes.html#arrays)
83-
* Decimal128
83+
* [Decimal128](./api.html#mongoose_Mongoose-Decimal128)
8484
* [Map](./schematypes.html#maps)
8585

8686
Read more about [SchemaTypes here](./schematypes.html).

docs/schematypes.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ block content
6666
- [Mixed](#mixed)
6767
- [ObjectId](#objectids)
6868
- [Array](#arrays)
69-
- [Decimal128](./api.html#Decimal128)
69+
- [Decimal128](./api.html#mongoose_Mongoose-Decimal128)
7070
- [Map](#maps)
7171

7272
<h4>Example</h4>

0 commit comments

Comments
 (0)