Skip to content

Commit 4a1ec99

Browse files
Update some links
1 parent 8542b2a commit 4a1ec99

2 files changed

Lines changed: 9 additions & 13 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# ember-drag-sort
22

3-
[![Travis build status](https://img.shields.io/travis/kaliber5/ember-drag-sort.svg)](https://travis-ci.org/kaliber5/ember-drag-sort)
43
[![Ember Observer Score](http://emberobserver.com/badges/ember-drag-sort.svg?cache_bust=1)](http://emberobserver.com/addons/ember-drag-sort)
54
[![npm package version](https://img.shields.io/npm/v/ember-drag-sort.svg)](https://www.npmjs.com/package/ember-drag-sort)
6-
[![license MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/kaliber5/ember-drag-sort/blob/gen-1/LICENSE.md)
7-
![ember-versions 3.12+](https://img.shields.io/badge/ember--versions-3.12%2B-yellowgreen.svg)
8-
![node-versions 8+](https://img.shields.io/badge/node--versions-8%2B-yellowgreen.svg)
5+
[![license MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/adopted-ember-addons/ember-drag-sort/blob/main/LICENSE.md)
6+
![ember-versions 3.28+](https://img.shields.io/badge/ember--versions-3.28%2B-yellowgreen.svg)
7+
![node-versions 18+](https://img.shields.io/badge/node--versions-18%2B-yellowgreen.svg)
98
![ember-cli 3.15.1](https://img.shields.io/badge/uses%20ember--cli-3.15.1-blue.svg)
109

1110
- [ember-drag-sort](#ember-drag-sort)
@@ -69,13 +68,14 @@ A drag'n'drop sortable list addon.
6968

7069
### Demo
7170

72-
https://kaliber5.github.io/ember-drag-sort/
71+
https://adopted-ember-addons.github.io/ember-drag-sort/
7372

7473
## Versions, branches and jQuery
7574

7675
- Version 1.x, `gen-0` branch is based on jQuery. Supports Ember CLI 1.13+.
7776
- Version 2.x, `gen-1` branch (current development head) has got rid of jQuery. Except for page objects which [still import](https://github.com/san650/ember-cli-page-object/blob/v1.15.2/index.js#L23-L28) jQuery in test env. Supports Ember CLI 3.8+.
7877
- Version 3.x, `gen-2` branch supports Ember CLI 3.12+.
78+
- Version 4.x, `main` branch supports Ember and Ember CLI 3.28+.
7979

8080
### Browser support
8181

@@ -733,21 +733,21 @@ Maintaining the TOC by hand is extremely tedious. Use [this tiny webapp](https:/
733733

734734
### Demo deployment
735735

736-
This command will deploy the app to https://kaliber5/ember-drag-sort.github.io/ember-drag-sort/ :
736+
This command will deploy the app to https://adopted-ember-addons/ember-drag-sort.github.io/ember-drag-sort/ :
737737

738738
ember deploy prod
739739

740740
## Credits
741741

742-
Built by [@lolmaus](https://github.com/lolmaus) and [contributors](https://github.com/kaliber5/ember-drag-sort/graphs/contributors).
742+
Built by [@lolmaus](https://github.com/lolmaus) and [contributors](https://github.com/adopted-ember-addons/ember-drag-sort/graphs/contributors).
743743

744-
Notable contributors: [@frysch](https://github.com/frysch), [@rwwagner90](https://github.com/rwwagner90).
744+
Notable contributors: [@frysch](https://github.com/frysch), [@RobbieTheWagner](https://github.com/RobbieTheWagner).
745745

746746
Conceieved in [Firecracker](https://github.com/firecracker).
747747

748748
Reimplemented in [Deveo](https://github.com/Deveo)/[Perforce](https://www.perforce.com/deveo-customer-info).
749749

750-
Currently developed and maintained by [kaliber5](https://kaliber5.de).
750+
Originally developed and maintained by [kaliber5](https://kaliber5.de).
751751

752752
<img src="https://www.kaliber5.de/assets/images/kaliber5@2x.png" alt="kaliber5" width="134" height="40">
753753

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"repository": "https://github.com/adopted-ember-addons/ember-drag-sort",
2121
"license": "MIT",
2222
"author": "Andrey Mikhaylov @lolmaus <lolmaus@gmail.com> (http://lolma.us)",
23-
"contributors": [
24-
"kaliber5/ember-drag-sort (https://github.com/kaliber5/ember-drag-sort)",
25-
"kaliber5 (https://kaliber5.de)"
26-
],
2723
"typesVersions": {
2824
"*": {
2925
"test-support": [

0 commit comments

Comments
 (0)