File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ block content
24
24
If you are migrating from 4.x to 5.x please take a moment to read the [migration guide](/docs/migrating_to_5.html).
25
25
:markdown
26
26
<ul class="toc">
27
- <li><a href="#models ">Defining your schema</a></li>
27
+ <li><a href="#definition ">Defining your schema</a></li>
28
28
<li><a href="#models">Creating a model</a></li>
29
29
<li><a href="#methods">Instance methods</a></li>
30
30
<li><a href="#statics">Statics</a></li>
@@ -80,7 +80,7 @@ block content
80
80
* [Mixed](./schematypes.html#mixed)
81
81
* [ObjectId](./schematypes.html#objectids)
82
82
* [Array](./schematypes.html#arrays)
83
- * Decimal128
83
+ * [ Decimal128](./api.html#mongoose_Mongoose-Decimal128)
84
84
* [Map](./schematypes.html#maps)
85
85
86
86
Read more about [SchemaTypes here](./schematypes.html).
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ block content
66
66
- [Mixed](#mixed)
67
67
- [ObjectId](#objectids)
68
68
- [Array](#arrays)
69
- - [Decimal128](./api.html#Decimal128)
69
+ - [Decimal128](./api.html#mongoose_Mongoose- Decimal128)
70
70
- [Map](#maps)
71
71
72
72
<h4>Example</h4>
You can’t perform that action at this time.
0 commit comments