Skip to content

Commit

Permalink
docs: fix some href
Browse files Browse the repository at this point in the history
  • Loading branch information
kizmo04 committed Jun 22, 2019
1 parent 5e7ab25 commit a7a6663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guide.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ block content
If you are migrating from 4.x to 5.x please take a moment to read the [migration guide](/docs/migrating_to_5.html).
:markdown
<ul class="toc">
<li><a href="#models">Defining your schema</a></li>
<li><a href="#definition">Defining your schema</a></li>
<li><a href="#models">Creating a model</a></li>
<li><a href="#methods">Instance methods</a></li>
<li><a href="#statics">Statics</a></li>
Expand Down Expand Up @@ -80,7 +80,7 @@ block content
* [Mixed](./schematypes.html#mixed)
* [ObjectId](./schematypes.html#objectids)
* [Array](./schematypes.html#arrays)
* Decimal128
* [Decimal128](./api.html#mongoose_Mongoose-Decimal128)
* [Map](./schematypes.html#maps)

Read more about [SchemaTypes here](./schematypes.html).
Expand Down
2 changes: 1 addition & 1 deletion docs/schematypes.pug
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ block content
- [Mixed](#mixed)
- [ObjectId](#objectids)
- [Array](#arrays)
- [Decimal128](./api.html#Decimal128)
- [Decimal128](./api.html#mongoose_Mongoose-Decimal128)
- [Map](#maps)

<h4>Example</h4>
Expand Down

0 comments on commit a7a6663

Please sign in to comment.