Skip to content

Commit 7d1f813

Browse files
authored
Update documentation urls (#672)
1 parent b0b46ad commit 7d1f813

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center"><br><br><a href="https://github.com/elixir-lang/ecto"><img alt="ember-changeset" src="assets/title.svg" width="350px"></a><br><br><br></h1>
22

33
<a href="https://badge.fury.io/js/ember-changeset"><img alt="Download count all time" src="https://img.shields.io/npm/dt/ember-changeset.svg"></a>
4-
<a href="https://github.com/poteto/ember-changeset/actions/workflows/ci.yml?query=branch%3Amaster"><img alt="GitHub Actions Build Status" src="https://img.shields.io/github/workflow/status/poteto/ember-changeset/CI/master"></a>
4+
<a href="https://github.com/adopted-ember-addons/ember-changeset/actions/workflows/ci.yml?query=branch%3Amaster"><img alt="GitHub Actions Build Status" src="https://github.com/adopted-ember-addons/ember-changeset/actions/workflows/ci.yml/badge.svg"></a>
55
<a href="https://badge.fury.io/js/ember-changeset"><img alt="npm version" src="https://badge.fury.io/js/ember-changeset.svg"></a>
66
<a href="https://emberobserver.com/addons/ember-changeset"><img alt="Ember Observer Score" src="https://emberobserver.com/badges/ember-changeset.svg"></a>
77

@@ -15,7 +15,7 @@ ember install ember-changeset
1515
1616
## Updates
1717

18-
We have released `v3.0.0`. See the CHANGELOG [here](https://github.com/poteto/ember-changeset/blob/master/CHANGELOG.md). This requires Ember >= 3.13 as the use of `@tracked` will help us monitor and propagate changes to the UI layer. If your app is < 3.13 or you need to support IE11, then you can install the 2.0 series `ember install [email protected]`.
18+
We have released `v3.0.0`. See the CHANGELOG [here](https://github.com/adopted-ember-addons/ember-changeset/blob/master/CHANGELOG.md). This requires Ember >= 3.13 as the use of `@tracked` will help us monitor and propagate changes to the UI layer. If your app is < 3.13 or you need to support IE11, then you can install the 2.0 series `ember install [email protected]`.
1919

2020
Support for IE11 was dropped with the `v3.0.0` release given our ubiquitous use of Proxy.
2121

@@ -29,7 +29,7 @@ Assuming a Data Down, Actions Up (DDAU) approach, a changeset is more appropriat
2929

3030
`ember-changeset` only allows valid changes to be set, so your Objects will never become invalid (assuming you have 100% validation coverage). Additionally, this addon is designed to be un-opinionated about your choice of form and/or validation library, so you can easily integrate it into an existing solution.
3131

32-
The simplest way to incorporate validations is to use [`ember-changeset-validations`](https://github.com/poteto/ember-changeset-validations/), a companion addon to this one. It has a simple mental model, and there are no Observers or CPs involved – just pure functions.
32+
The simplest way to incorporate validations is to use [`ember-changeset-validations`](https://github.com/adopted-ember-addons/ember-changeset-validations/), a companion addon to this one. It has a simple mental model, and there are no Observers or CPs involved – just pure functions.
3333

3434
See also the [plugins](#plugins) section for addons that extend `ember-changeset`.
3535

@@ -1036,7 +1036,7 @@ if (isChangeset(model)) {
10361036

10371037
## Plugins
10381038

1039-
- [`ember-changeset-validations`](https://github.com/poteto/ember-changeset-validations) - Pure, functional validations without CPs or Observers
1039+
- [`ember-changeset-validations`](https://github.com/adopted-ember-addons/ember-changeset-validations) - Pure, functional validations without CPs or Observers
10401040
- [`ember-changeset-cp-validations`](https://github.com/offirgolan/ember-changeset-cp-validations) - Work with `ember-cp-validations`
10411041
- [`ember-changeset-hofs`](https://github.com/nucleartide/ember-changeset-hofs) - Higher-order validation functions
10421042
- [`ember-bootstrap-changeset-validations`](https://github.com/kaliber5/ember-bootstrap-changeset-validations) - Adds support for changeset validations to `ember-bootstrap`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"contributors": "npx contributor-faces -e \"(*-bot|*\\[bot\\]|*-tomster|homu|bors)\"",
3636
"release": "release-it"
3737
},
38-
"bugs": "https://github.com/poteto/ember-changeset/issues",
39-
"homepage": "https://github.com/poteto/ember-changeset",
38+
"bugs": "https://github.com/adopted-ember-addons/ember-changeset/issues",
39+
"homepage": "https://github.com/adopted-ember-addons/ember-changeset",
4040
"dependencies": {
4141
"@embroider/macros": "^1.0.0",
4242
"@glimmer/tracking": "^1.0.4",

0 commit comments

Comments
 (0)