Skip to content

Commit

Permalink
docs(error-warning-details): fix broken links for W002
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Feb 5, 2023
1 parent 48a1c8c commit 4be10be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/error-warning-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,4 @@ Property "${property}" was defined on "${clName}", but is different from discrim
```

Details:
The Property [`existingConnection`](../decorators/modelOptions.md#existingconnection) or [`existingMongoose`](../decorators/modelOptions.md#existingmongoose) were defined differently on the discriminator's base model and the discriminator itself, which is not supported.
The Property [`existingConnection`](../api/decorators/modelOptions.md#existingconnection) or [`existingMongoose`](../api/decorators/modelOptions.md#existingmongoose) were defined differently on the discriminator's base model and the discriminator itself, which is not supported.

0 comments on commit 4be10be

Please sign in to comment.