Skip to content

Commit 352e8f9

Browse files
authored
Update repo links (#1120)
* Update repo links * Change github link to https * Fix lint
1 parent 8fcb9f2 commit 352e8f9

10 files changed

Lines changed: 93 additions & 92 deletions

File tree

CHANGELOG.md

Lines changed: 81 additions & 81 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Ember Observer Score](https://emberobserver.com/badges/ember-basic-dropdown.svg)](https://emberobserver.com/addons/ember-basic-dropdown)
33
![Ember Version](https://img.shields.io/badge/ember-%3E%3D4.12-brightgreen?logo=emberdotjs&logoColor=white)
44
[![Discord](https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord)](https://discord.com/channels/480462759797063690/486202731766349824)
5-
[![Build Status](https://github.com/cibernox/ember-basic-dropdown/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/cibernox/ember-basic-dropdown)
5+
[![Build Status](https://github.com/ember-power-addons/ember-basic-dropdown/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ember-power-addons/ember-basic-dropdown)
66

77
# ember-basic-dropdown
88

docs/app/templates/public-pages.gts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class extends Component {
6969
class="main-header-nav-link"
7070
>Cookbook</LinkTo>
7171
<a
72-
href="https://github.com/cibernox/ember-basic-dropdown"
72+
href="https://github.com/ember-power-addons/ember-basic-dropdown"
7373
class="main-header-nav-link"
7474
>Github</a>
7575
</div>
@@ -110,7 +110,7 @@ export default class extends Component {
110110
<footer class="main-footer">
111111
<div class="main-footer-content">
112112
Deployed with love by
113-
<a href="http://github.com/cibernox">Miguel Camba</a>
113+
<a href="https://github.com/cibernox">Miguel Camba</a>
114114
</div>
115115
</footer>
116116
</template>

docs/app/templates/public-pages/docs/migrate-8-0-to-9-0.gts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ import { LinkTo } from '@ember/routing';
8585
<code>false</code>
8686
to
8787
<code>true</code>, please follow the guidance
88-
<a href="https://github.com/cibernox/ember-basic-dropdown/pull/1064">in
89-
this PR</a>
88+
<a
89+
href="https://github.com/ember-power-addons/ember-basic-dropdown/pull/1064"
90+
>in this PR</a>
9091
</p>
9192
</li>
9293
<li>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/cibernox/ember-basic-dropdown.git"
13+
"url": "git+https://github.com/ember-power-addons/ember-basic-dropdown.git"
1414
},
1515
"license": "MIT",
1616
"author": "Miguel Camba",

src/components/basic-dropdown-content.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default class BasicDropdownContent<
146146
* Avoids adding extra dependencies.
147147
* Can be removed when the template `V1` compatability event handlers are removed.
148148
*
149-
* @see https://github.com/cibernox/ember-basic-dropdown/issues/498
149+
* @see https://github.com/ember-power-addons/ember-basic-dropdown/issues/498
150150
* @memberof BasicDropdownContent
151151
*/
152152
noop(): void {}

src/components/basic-dropdown-trigger.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class BasicDropdownTrigger<
5454
* Avoids adding extra dependencies.
5555
* Can be removed when the template `V1` compatibility event handlers are removed.
5656
*
57-
* @see https://github.com/cibernox/ember-basic-dropdown/issues/498
57+
* @see https://github.com/ember-power-addons/ember-basic-dropdown/issues/498
5858
* @memberof BasicDropdownContent
5959
*/
6060
noop(): void {}

tests/integration/components/basic-dropdown-test.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ module('Integration | Component | basic-dropdown', function (hooks) {
16511651
});
16521652

16531653
/**
1654-
* Tests related to https://github.com/cibernox/ember-basic-dropdown/issues/615
1654+
* Tests related to https://github.com/ember-power-addons/ember-basic-dropdown/issues/615
16551655
* Just in case animationEnabled on TEST ENV, this test would cover this change
16561656
*/
16571657

tests/integration/components/content-test.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ module('Integration | Component | basic-dropdown-content', function (hooks) {
13821382
});
13831383

13841384
/**
1385-
* Tests related to https://github.com/cibernox/ember-basic-dropdown/issues/498
1385+
* Tests related to https://github.com/ember-power-addons/ember-basic-dropdown/issues/498
13861386
* Can be removed when the template `V1` compatability event handlers are removed.
13871387
*/
13881388
module('Content event handlers', function (hooks) {

tests/integration/components/trigger-test.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ module('Integration | Component | basic-dropdown-trigger', function (hooks) {
14741474
});
14751475

14761476
/**
1477-
* Tests related to https://github.com/cibernox/ember-basic-dropdown/issues/498
1477+
* Tests related to https://github.com/ember-power-addons/ember-basic-dropdown/issues/498
14781478
* Can be removed when the template `V1` compatability event handlers are removed.
14791479
*/
14801480
module('trigger event handlers', function (hooks) {

0 commit comments

Comments
 (0)