Skip to content

Commit 5567c37

Browse files
committed
Dev - updated repo links
1 parent a93139a commit 5567c37

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog.
44

5-
### [0.0.1](https://github.com/arizworld/class-validator-custom-errors/pull/1/) (2024-03-21)
5+
### [0.0.1](https://github.com/aritradeevelops/class-validator-custom-errors/pull/1/) (2024-03-21)
66

77
### Added
88

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# class-validator-custom-errors
22

3-
![Build Status](https://github.com/arizworld/class-validator-custom-errors/workflows/CI/badge.svg)
3+
![Build Status](https://github.com/aritradevelops/class-validator-custom-errors/workflows/CI/badge.svg)
44
[![npm version](https://badge.fury.io/js/class-validator-custom-errors.svg)](https://badge.fury.io/js/class-validator-custom-errors)
55
[![install size](https://packagephobia.now.sh/badge?p=class-validator-custom-errors)](https://packagephobia.com/result?p=class-validator-custom-errors)
66

@@ -114,9 +114,9 @@ async function validateOrRejectExample(input: any) {
114114

115115
Implementing internationalization with i18next:
116116

117-
Full code can be found in [stackblitz playground](https://stackblitz.com/~/github.com/arizworld/class-validator-custom-errors-i18next)
117+
Full code can be found in [stackblitz playground](https://stackblitz.com/~/github.com/aritradevelops/class-validator-custom-errors-i18next)
118118

119-
Or clone it from here [github class-validator-custom-errors-i18next](https://github.com/arizworld/class-validator-custom-errors-i18next)
119+
Or clone it from here [github class-validator-custom-errors-i18next](https://github.com/aritradevelops/class-validator-custom-errors-i18next)
120120

121121
```typescript
122122
// locales/en/translation.json
@@ -380,5 +380,5 @@ See this for more of the basic [class-validator documentation](https://github.co
380380

381381
## Samples
382382

383-
Take a look on samples in [./sample](https://github.com/arizworld/class-validator-custom-errors/tree/develop/sample) for more examples of
383+
Take a look on samples in [./sample](https://github.com/aritradevelops/class-validator-custom-errors/tree/develop/sample) for more examples of
384384
usages.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typings": "./types/index.d.ts",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/arizworld/class-validator-custom-errors"
14+
"url": "https://github.com/aritradevelops/class-validator-custom-errors"
1515
},
1616
"tags": [
1717
"validator",

0 commit comments

Comments
 (0)