Skip to content

Commit 717a72c

Browse files
authored
Merge pull request adopted-ember-addons#1274 from linc-technologies/fix/adopted-addon-links
docs: migrates url references to adopted-ember-addons.
2 parents f010099 + 8b01248 commit 717a72c

File tree

10 files changed

+16
-15
lines changed

10 files changed

+16
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project aims to bring Google's new [Material Design](https://www.google.com/design/spec/material-design/introduction.html) to Ember. The goal is to encapsulate everything possible in Ember components. This project is packaged as an [Ember-cli](http://www.ember-cli.com/) addon.
44

5-
[Explore Ember Paper docs »](https://miguelcobain.github.io/ember-paper/)
5+
[Explore Ember Paper docs »](https://ember-paper.netlify.app)
66

77
## Installation
88

@@ -23,7 +23,7 @@ Navigate through the docs to understand how to use each component.
2323

2424
- Contributors can often be found on the [#e-paper channel on discord](https://discord.gg/zT3asNS).
2525

26-
- The [GitHub milestone issue](https://github.com/miguelcobain/ember-paper/issues/249) tracks our progress to version 1.0.
26+
- The [GitHub milestone issue](https://github.com/adopted-ember-addons/ember-paper/issues/249) tracks our progress to version 1.0.
2727

2828
- Building the `ember-paper` demo application will give you your own up-to-date reference. This can be accomplished by cloning ember-paper as if it were an application and running `ember server`.
2929

addon/components/paper-menu/content/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class PaperMenuContent extends Component {
6161
async animateOut(element) {
6262
let parentElement = this.renderInPlace ? element.parentElement.parentElement : element.parentElement;
6363

64-
// workaround for https://github.com/miguelcobain/ember-paper/issues/1151. See also https://github.com/emberjs/ember.js/issues/18795.
65-
// & https://github.com/miguelcobain/ember-paper/issues/1166
64+
// workaround for https://github.com/adopted-ember-addons/ember-paper/issues/1151. See also https://github.com/emberjs/ember.js/issues/18795.
65+
// & https://github.com/adopted-ember-addons/ember-paper/issues/1166
6666
if (!parentElement) {
6767
parentElement = ebdGetParent(getOwner(this));
6868
}

addon/components/paper-select/ebd-content/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class PaperSelectEbdContent extends Component {
6969
async animateOut(dropdownElement) {
7070
let parentElement = this.renderInPlace ? dropdownElement.parentElement.parentElement : dropdownElement.parentElement;
7171

72-
// workaround for https://github.com/miguelcobain/ember-paper/issues/1166
72+
// workaround for https://github.com/adopted-ember-addons/ember-paper/issues/1166
7373
if (!parentElement) {
7474
parentElement = ebdGetParent(getOwner(this));
7575
}

addon/utils/ebd-get-parent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import requirejs from 'require';
44

55
export default function ebdGetParent(owner) {
66
// Try to fix :
7-
// - https://github.com/miguelcobain/ember-paper/issues/1151
8-
// - https://github.com/miguelcobain/ember-paper/issues/1166
7+
// - https://github.com/adopted-ember-addons/ember-paper/issues/1151
8+
// - https://github.com/adopted-ember-addons/ember-paper/issues/1166
99
// By doing like https://github.com/cibernox/ember-basic-dropdown/blob/850c227c0a58148056d55d41aa0e5d88656b8165/addon/components/basic-dropdown.js#L273-L290
1010
let config = owner.resolveRegistration('config:environment');
1111
let id;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"paper"
1111
],
1212
"bugs": {
13-
"url": "https://github.com/miguelcobain/ember-paper/issues"
13+
"url": "https://github.com/adopted-ember-addons/ember-paper/issues"
1414
},
1515
"repository": "https://github.com/adopted-ember-addons/ember-paper",
1616
"license": "MIT",
@@ -118,7 +118,7 @@
118118
},
119119
"ember-addon": {
120120
"configPath": "tests/dummy/config",
121-
"demoURL": "https://miguelcobain.github.io/ember-paper",
121+
"demoURL": "https://ember-paper.netlify.app",
122122
"before": "ember-cli-sri",
123123
"versionCompatibility": {
124124
"ember": ">=3.20.0 < 4.0.0"

tests/dummy/app/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<script src="{{rootURL}}assets/dummy.js"></script>
2525

2626
{{content-for "body-footer"}}
27-
<!-- Place this tag right after the last button or just before your close body tag. -->
28-
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
27+
28+
<!-- Place this tag in your head or just before your close body tag. -->
29+
<script async defer src="https://buttons.github.io/buttons.js"></script>
2930
</body>
3031
</html>

tests/dummy/app/templates/addons.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<h3>Contributing an addon</h3>
179179

180180
<p>
181-
If you have an <code>ember-paper</code> specific component, service etc that you think would be usable by others, please feel free to create an ember addon, publish to npm then <a href="https://github.com/miguelcobain/ember-paper/pulls">submit a pull request</a> on GitHub for it to be included here.
181+
If you have an <code>ember-paper</code> specific component, service etc that you think would be usable by others, please feel free to create an ember addon, publish to npm then <a href="https://github.com/adopted-ember-addons/ember-paper/pulls">submit a pull request</a> on GitHub for it to be included here.
182182
</p>
183183
</div>
184184
</PaperContent>

tests/dummy/app/templates/components/page-toolbar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="flex"></div>
2323

2424
<div class="flex-nogrow">
25-
<a href="https://github.com/miguelcobain/ember-paper" target="_blank" rel="noopener" aria-label="GitHub" class="nav-github">
25+
<a href="https://github.com/adopted-ember-addons/ember-paper" target="_blank" rel="noopener" aria-label="GitHub" class="nav-github">
2626
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 499.36" focusable="false" class="nav-github-icon">
2727
<title>GitHub</title>
2828
<path d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z" fill="currentColor" fill-rule="evenodd"></path>

tests/dummy/app/templates/cookbook.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<CodeSnippet @name="cookbook.no-char-count.scss" />
1010
<h3>Recipe contributions</h3>
1111
<p>
12-
Have a great tip or solution for <code>ember-paper</code>? <a href="https://github.com/miguelcobain/ember-paper/pulls">Submit a pull request</a> on GitHub or discuss it with the team on <a href="https://discord.gg/zT3asNS"> Discord #e-paper</a> for inclusion here.
12+
Have a great tip or solution for <code>ember-paper</code>? <a href="https://github.com/adopted-ember-addons/ember-paper/pulls">Submit a pull request</a> on GitHub or discuss it with the team on <a href="https://discord.gg/zT3asNS"> Discord #e-paper</a> for inclusion here.
1313
</p>
1414
</div>
1515
</PaperContent>

tests/dummy/app/templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</p>
8181
<p>
8282
{{!-- Place this tag where you want the button to render. --}}
83-
<a class="github-button" href="https://github.com/miguelcobain/ember-paper" data-style="mega" data-count-href="/miguelcobain/ember-paper/network" data-count-api="/repos/miguelcobain/ember-paper#forks_count">Fork</a>
83+
<a class="github-button" href="https://github.com/adopted-ember-addons/ember-paper/fork" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Fork adopted-ember-addons/ember-paper on GitHub">Fork</a>
8484
</p>
8585
</div>
8686
</PaperContent>

0 commit comments

Comments
 (0)