Skip to content

Commit b9a433c

Browse files
authored
Fix broken urls in readme
Updated `rwwagner90` -> `adopted-ember-addons`
1 parent 332c619 commit b9a433c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ export default class ChangesetComponent extends Component {
157157

158158
## Validator API
159159

160-
`ember-changeset-validations` utilizes [`ember-validators`](https://github.com/rwwagner90/ember-validators) as a core set of validators.
160+
`ember-changeset-validations` utilizes [`ember-validators`](https://github.com/adopted-ember-addons/ember-validators) as a core set of validators.
161161

162162
All validators take a [custom message option](#custom-validation-messages).
163163

164164
#### `presence`
165165

166166
Validates presence/absence of a value.
167167

168-
πŸ‘‰ [All Options](https://rwwagner90.github.io/ember-validators/docs/classes/Presence.html#method_validate)
168+
πŸ‘‰ [All Options](https://adopted-ember-addons.github.io/ember-validators/docs/classes/Presence.html#method_validate)
169169

170170
```js
171171
{
@@ -197,7 +197,7 @@ Only validates for presence if any of the other values are present
197197

198198
Validates the length of a `String` or an `Array`.
199199

200-
πŸ‘‰ [All Options](https://rwwagner90.github.io/ember-validators/docs/classes/Length.html#method_validate)
200+
πŸ‘‰ [All Options](https://adopted-ember-addons.github.io/ember-validators/docs/classes/Length.html#method_validate)
201201

202202
```js
203203
{
@@ -232,7 +232,7 @@ This API accepts valid Date objects or a Date in milliseconds since Jan 1 1970,
232232

233233
Validates various properties of a number.
234234

235-
πŸ‘‰ [All Options](https://rwwagner90.github.io/ember-validators/docs/classes/Number.html#method_validate)
235+
πŸ‘‰ [All Options](https://adopted-ember-addons.github.io/ember-validators/docs/classes/Number.html#method_validate)
236236

237237
```js
238238
{
@@ -256,7 +256,7 @@ Validates various properties of a number.
256256

257257
Validates that a value is a member of some list or range.
258258

259-
πŸ‘‰ [All Options](https://rwwagner90.github.io/ember-validators/docs/classes/Inclusion.html#method_validate)
259+
πŸ‘‰ [All Options](https://adopted-ember-addons.github.io/ember-validators/docs/classes/Inclusion.html#method_validate)
260260

261261
```js
262262
{
@@ -272,7 +272,7 @@ Validates that a value is a member of some list or range.
272272

273273
Validates that a value is a not member of some list or range.
274274

275-
πŸ‘‰ [All Options](https://rwwagner90.github.io/ember-validators/docs/classes/Exclusion.html#method_validate)
275+
πŸ‘‰ [All Options](https://adopted-ember-addons.github.io/ember-validators/docs/classes/Exclusion.html#method_validate)
276276

277277
```js
278278
{
@@ -288,7 +288,7 @@ Validates that a value is a not member of some list or range.
288288

289289
Validates a `String` based on a regular expression.
290290

291-
πŸ‘‰ [All Options](https://rwwagner90.github.io/ember-validators/docs/classes/Format.html#method_validate)
291+
πŸ‘‰ [All Options](https://adopted-ember-addons.github.io/ember-validators/docs/classes/Format.html#method_validate)
292292

293293
```js
294294
{
@@ -307,7 +307,7 @@ Validates a `String` based on a regular expression.
307307

308308
Validates that a field has the same value as another.
309309

310-
πŸ‘‰ [All Options](https://rwwagner90.github.io/ember-validators/docs/classes/Confirmation.html#method_validate)
310+
πŸ‘‰ [All Options](https://adopted-ember-addons.github.io/ember-validators/docs/classes/Confirmation.html#method_validate)
311311

312312
```js
313313
{
@@ -602,7 +602,7 @@ We're grateful to these wonderful contributors who've contributed to `ember-chan
602602
<a href="https://github.com/michaellee"><img src="https://avatars1.githubusercontent.com/u/1329644?v=4" title="michaellee" width="80" height="80"></a>
603603
<a href="https://github.com/cibernox"><img src="https://avatars2.githubusercontent.com/u/265339?v=4" title="cibernox" width="80" height="80"></a>
604604
<a href="https://github.com/nickschot"><img src="https://avatars1.githubusercontent.com/u/334789?v=4" title="nickschot" width="80" height="80"></a>
605-
<a href="https://github.com/rwwagner90"><img src="https://avatars2.githubusercontent.com/u/575938?v=4" title="rwwagner90" width="80" height="80"></a>
605+
<a href="https://github.com/adopted-ember-addons"><img src="https://avatars2.githubusercontent.com/u/575938?v=4" title="adopted-ember-addons" width="80" height="80"></a>
606606
<a href="https://github.com/patrickberkeley"><img src="https://avatars0.githubusercontent.com/u/8364?v=4" title="patrickberkeley" width="80" height="80"></a>
607607
<a href="https://github.com/scottkidder"><img src="https://avatars1.githubusercontent.com/u/136984?v=4" title="scottkidder" width="80" height="80"></a>
608608
<a href="https://github.com/simonihmig"><img src="https://avatars0.githubusercontent.com/u/1325249?v=4" title="simonihmig" width="80" height="80"></a>

0 commit comments

Comments
Β (0)