Skip to content

Commit 9cf59a9

Browse files
docs: updated links to class-validator and class-transformer (#1457)
1 parent 5baf0e7 commit 9cf59a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/decorator-options/BodyOptions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ export interface BodyOptions {
1414
/**
1515
* Class-transformer options used to perform plainToClass operation.
1616
*
17-
* @see https://github.com/pleerock/class-transformer
17+
* @see https://github.com/typestack/class-transformer
1818
*/
1919
transform?: ClassTransformOptions;
2020

2121
/**
2222
* If true, class-validator will be used to validate param object.
2323
* If validation options are given then class-validator will perform validation with given options.
2424
*
25-
* @see https://github.com/pleerock/class-validator
25+
* @see https://github.com/typestack/class-validator
2626
*/
2727
validate?: boolean | ValidatorOptions;
2828

0 commit comments

Comments
 (0)