Skip to content

Commit 2db2c79

Browse files
committed
Use https in references to emberjs website
1 parent 15376a8 commit 2db2c79

File tree

32 files changed

+67
-67
lines changed

32 files changed

+67
-67
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
- [#13672](https://github.com/emberjs/ember.js/pull/13672) [BUGFIX] Fix issue with `this.render` and `this.disconnectOutlet` in routes.
219219
- [#13716](https://github.com/emberjs/ember.js/pull/13716) [BUGFIX] Ensure that `Ember.Test.waiters` allows access to configured test waiters.
220220
- [#13273](https://github.com/emberjs/ember.js/pull/13273) [BUGFIX] Fix a number of query param related issues reported.
221-
- [#13424](https://github.com/emberjs/ember.js/pull/13424) [DEPRECATE] Deprecate Ember.Binding. See [the deprecation guide](http://emberjs.com/deprecations/v2.x/#toc_ember-binding) for more details.
221+
- [#13424](https://github.com/emberjs/ember.js/pull/13424) [DEPRECATE] Deprecate Ember.Binding. See [the deprecation guide](https://emberjs.com/deprecations/v2.x/#toc_ember-binding) for more details.
222222
- [#13599](https://github.com/emberjs/ember.js/pull/13599) [FEATURE] Enable `ember-runtime-computed-uniq-by` feature.
223223

224224
### 2.6.2 (July 11, 2016)
@@ -359,7 +359,7 @@
359359
### 2.3.0 (January 17, 2016)
360360

361361
- [#12712](https://github.com/emberjs/ember.js/pull/12712) [BUGFIX] Create a new hash parameter when creating a component cell
362-
- [#12746](https://github.com/emberjs/ember.js/pull/12746) [BUGFIX] Update htmlbars to 0.14.11 to fix [CVE-2015-7565](http://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html).
362+
- [#12746](https://github.com/emberjs/ember.js/pull/12746) [BUGFIX] Update htmlbars to 0.14.11 to fix [CVE-2015-7565](https://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html).
363363
- [#12752](https://github.com/emberjs/ember.js/pull/12752) [BUGFIX] Do not re-raise on errors handled in route error action.
364364
- [#12764](https://github.com/emberjs/ember.js/pull/12764) [BUGFIX] Read values of `action` helper parameters
365365
- [#12793](https://github.com/emberjs/ember.js/pull/12793) [BUGFIX] Remove jQuery version assertion.
@@ -590,7 +590,7 @@
590590

591591
### 1.13.12 (January 14, 2016)
592592

593-
- [CVE-2015-7565](http://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html)
593+
- [CVE-2015-7565](https://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html)
594594

595595
### 1.13.11 (November 16, 2015)
596596

@@ -805,7 +805,7 @@
805805
- [#10709](https://github.com/emberjs/ember.js/pull/10709) [BUGFIX] Clear `src` attributes that are set to `null` or `undefined`.
806806
- [#10695](https://github.com/emberjs/ember.js/pull/10695) [SECURITY] Add `<base>` and `<embed>` to list of tags where `src` and `href` are sanitized.
807807
- [#10683](https://github.com/emberjs/ember.js/pull/10683) / [#10703](https://github.com/emberjs/ember.js/pull/10703) / [#10712](https://github.com/emberjs/ember.js/pull/10712) [BUGFIX] Fix regressions added during the `{{outlet}}` refactor.
808-
- [#10663](https://github.com/emberjs/ember.js/pull/10663) / [#10711](https://github.com/emberjs/ember.js/pull/10711) [SECURITY] Warn when using dynamic style attributes without a `SafeString` value. [See here](http://emberjs.com/deprecations/v1.x/#toc_warning-when-binding-style-attributes) for more details.
808+
- [#10663](https://github.com/emberjs/ember.js/pull/10663) / [#10711](https://github.com/emberjs/ember.js/pull/10711) [SECURITY] Warn when using dynamic style attributes without a `SafeString` value. [See here](https://emberjs.com/deprecations/v1.x/#toc_warning-when-binding-style-attributes) for more details.
809809
- [#10463](https://github.com/emberjs/ember.js/pull/10463) [BUGFIX] Make async test helpers more robust. Fixes hanging test when elements are not found.
810810
- [#10631](https://github.com/emberjs/ember.js/pull/10631) Deprecate using `fooBinding` syntax (`{{some-thing nameBinding="model.name"}}`) in templates.
811811
- [#10627](https://github.com/emberjs/ember.js/pull/10627) [BUGFIX] Ensure specifying `class` as a sub-expression (`{{input value=foo class=(some-sub-expr)}}`) works properly.
@@ -863,7 +863,7 @@
863863
* [BUGFIX] Ensure that property case is normalized.
864864
* [BUGFIX] Prevent an error from being thrown if the errorThrown property is a string when catching unhandled promise rejections.
865865
* [BUGFIX] `contenteditable` elements should fire focus events in `ember-testing` click helper.
866-
* [BUGFIX] Remove HTMLBars from builds `ember.debug.js` and `ember.prod.js` builds. Please see http://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html for more details.
866+
* [BUGFIX] Remove HTMLBars from builds `ember.debug.js` and `ember.prod.js` builds. Please see https://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html for more details.
867867
* [BUGFIX] Ensure that calling the `wait` testing helper without routing works properly.
868868
* [BUGFIX] Ensure that a plus sign in query params are treated as spaces.
869869
* [BUGFIX] Fix broken `Ember.Test.unregisterWaiter` semantics.
@@ -961,7 +961,7 @@
961961
Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Previously, if `component-a` did not handle the action, it would silently continue. Now, an assertion would be triggered.
962962

963963
* [PERF] Speedup Mixin creation.
964-
* [BREAKING] Require Handlebars 2.0. See [blog post](http://emberjs.com/blog/2014/10/16/handlebars-update.html) for details.
964+
* [BREAKING] Require Handlebars 2.0. See [blog post](https://emberjs.com/blog/2014/10/16/handlebars-update.html) for details.
965965
* Allow all rejection types in promises to be handled.
966966
* Mandatory setter checks for configurable, and does not clobber non-configurable properties.
967967
* Remove long deprecated `Ember.empty` and `Ember.none`.
@@ -1045,7 +1045,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
10451045
* [FEATURE] ember-metal-is-present
10461046
* [FEATURE] property-brace-expansion-improvement
10471047
* Deprecate usage of Internet Explorer 6 & 7.
1048-
* Deprecate global access to view classes from template (see the [deprecation guide](http://emberjs.com/guides/deprecations/)).
1048+
* Deprecate global access to view classes from template (see the [deprecation guide](https://emberjs.com/guides/deprecations/)).
10491049
* Deprecate `Ember.Set` (note: this is NOT the `Ember.set`).
10501050
* Deprecate `Ember.computed.defaultTo`.
10511051
* Remove long deprecated `Ember.StateManager` warnings.

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The Ember team and community are committed to everyone having a safe and inclusi
22

33
**Our Community Guidelines / Code of Conduct can be found here**:
44

5-
http://emberjs.com/guidelines/
5+
https://emberjs.com/guidelines/
66

77
For a history of updates, see the page history here:
88

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ along.
9090

9191
In short, if you have an idea that would be nice to have, create an issue on the
9292
emberjs/rfcs repo. If you have a question about requesting a feature, start a
93-
discussion at [discuss.emberjs.com](http://discuss.emberjs.com)
93+
discussion at [discuss.emberjs.com](https://discuss.emberjs.com)
9494

9595
# Building Ember.js
9696

@@ -168,7 +168,7 @@ to know that you have a clean slate: `yarn install && yarn test`.
168168
3. Add a test for your change. Only refactoring and documentation changes
169169
require no new tests. If you are adding functionality or fixing a bug, we need
170170
a test! If your change is a new feature, please
171-
[wrap it in a feature flag](http://emberjs.com/guides/contributing/adding-new-features/).
171+
[wrap it in a feature flag](https://emberjs.com/guides/contributing/adding-new-features/).
172172

173173
4. Make sure to check out the
174174
[JavaScript Style Guide](https://github.com/emberjs/ember.js/blob/master/STYLEGUIDE.md) and
@@ -311,7 +311,7 @@ Documentation commits are tagged as `[DOC channel]` where channel is `canary`,
311311

312312
### Security
313313

314-
Security commits will be tagged as `[SECURITY cve]`. Please do not submit security related PRs without coordinating with the security team. See the [Security Policy](http://emberjs.com/security/) for more information.
314+
Security commits will be tagged as `[SECURITY cve]`. Please do not submit security related PRs without coordinating with the security team. See the [Security Policy](https://emberjs.com/security/) for more information.
315315

316316
### Other
317317

FEATURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## About Features
22

3-
Please read the [Feature Flag Guide](http://emberjs.com/guides/configuring-ember/feature-flags/)
3+
Please read the [Feature Flag Guide](https://emberjs.com/guides/configuring-ember/feature-flags/)
44
for a detailed explanation.
55

66
## Feature Flags

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="http://emberjs.com"><img width="300" src="https://raw.githubusercontent.com/emberjs/website/master/source/images/brand/ember_Ember-Light.png"></a>
2+
<a href="https://emberjs.com"><img width="300" src="https://raw.githubusercontent.com/emberjs/website/master/source/images/brand/ember_Ember-Light.png"></a>
33
</p>
44

55
<p align="center">
@@ -17,12 +17,12 @@ to build any web application. It is focused on making you, the developer, as pro
1717

1818
Ember.js also provides access to the most advanced features of Javascript, HTML and the Browser giving you everything you need to create your next killer web app.
1919

20-
- [Website](http://emberjs.com)
21-
- [Guides](http://guides.emberjs.com)
22-
- [API](http://emberjs.com/api)
23-
- [Community](http://emberjs.com/community)
24-
- [Blog](http://emberjs.com/blog)
25-
- [Builds](http://emberjs.com/builds)
20+
- [Website](https://emberjs.com)
21+
- [Guides](https://guides.emberjs.com)
22+
- [API](https://emberjs.com/api)
23+
- [Community](https://emberjs.com/community)
24+
- [Blog](https://emberjs.com/blog)
25+
- [Builds](https://emberjs.com/builds)
2626

2727
# Contribution
2828

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [
66
"ember-addon"
77
],
8-
"homepage": "http://emberjs.com/",
8+
"homepage": "https://emberjs.com/",
99
"bugs": {
1010
"url": "https://github.com/emberjs/ember.js/issues"
1111
},

packages/container/lib/registry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Registry.prototype = {
622622
function deprecateResolverFunction(registry) {
623623
deprecate('Passing a `resolver` function into a Registry is deprecated. Please pass in a Resolver object with a `resolve` method.',
624624
false,
625-
{ id: 'ember-application.registry-resolver-as-function', until: '3.0.0', url: 'http://emberjs.com/deprecations/v2.x#toc_registry-resolver-as-function' });
625+
{ id: 'ember-application.registry-resolver-as-function', until: '3.0.0', url: 'https://emberjs.com/deprecations/v2.x#toc_registry-resolver-as-function' });
626626
registry.resolver = {
627627
resolve: registry.resolver
628628
};

packages/ember-application/lib/system/engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const Engine = Namespace.extend(RegistryProxyMixin, {
131131
false, {
132132
id: 'ember-application.app-initializer-initialize-arguments',
133133
until: '3.0.0',
134-
url: 'http://emberjs.com/deprecations/v2.x/#toc_initializer-arity'
134+
url: 'https://emberjs.com/deprecations/v2.x/#toc_initializer-arity'
135135
});
136136

137137
initializer.initialize(this.__registry__, this);

packages/ember-debug/lib/deprecate.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { registerHandler as genericRegisterHandler, invoke } from './handlers';
1515

1616
/**
1717
Allows for runtime registration of handler functions that override the default deprecation behavior.
18-
Deprecations are invoked by calls to [Ember.deprecate](http://emberjs.com/api/classes/Ember.html#method_deprecate).
18+
Deprecations are invoked by calls to [Ember.deprecate](https://emberjs.com/api/classes/Ember.html#method_deprecate).
1919
The following example demonstrates its usage by registering a handler that throws an error if the
2020
message contains the word "should", otherwise defers to the default handler.
2121
@@ -163,7 +163,7 @@ if (DEBUG) {
163163
{
164164
id: 'ember-debug.deprecate-options-missing',
165165
until: '3.0.0',
166-
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
166+
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
167167
}
168168
);
169169
}
@@ -175,7 +175,7 @@ if (DEBUG) {
175175
{
176176
id: 'ember-debug.deprecate-id-missing',
177177
until: '3.0.0',
178-
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
178+
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
179179
}
180180
);
181181
}
@@ -187,7 +187,7 @@ if (DEBUG) {
187187
{
188188
id: 'ember-debug.deprecate-until-missing',
189189
until: '3.0.0',
190-
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
190+
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
191191
}
192192
);
193193
}

packages/ember-debug/lib/warn.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let missingOptionsDeprecation, missingOptionsIdDeprecation;
1616
if (DEBUG) {
1717
/**
1818
Allows for runtime registration of handler functions that override the default warning behavior.
19-
Warnings are invoked by calls made to [Ember.warn](http://emberjs.com/api/classes/Ember.html#method_warn).
19+
Warnings are invoked by calls made to [Ember.warn](https://emberjs.com/api/classes/Ember.html#method_warn).
2020
The following example demonstrates its usage by registering a handler that does nothing overriding Ember's
2121
default warning behavior.
2222
@@ -88,7 +88,7 @@ if (DEBUG) {
8888
{
8989
id: 'ember-debug.warn-options-missing',
9090
until: '3.0.0',
91-
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
91+
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
9292
}
9393
);
9494
}
@@ -100,7 +100,7 @@ if (DEBUG) {
100100
{
101101
id: 'ember-debug.warn-id-missing',
102102
until: '3.0.0',
103-
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
103+
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-debug-function-options'
104104
}
105105
);
106106
}

packages/ember-glimmer/lib/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ const Component = CoreView.extend(
550550
{
551551
id: 'ember-views.component.defaultLayout',
552552
until: '3.0.0',
553-
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-component-defaultlayout'
553+
url: 'https://emberjs.com/deprecations/v2.x/#toc_ember-component-defaultlayout'
554554
}
555555
);
556556

packages/ember-glimmer/lib/syntax/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function buildTextFieldSyntax(params, hash, builder) {
1616
The `{{input}}` helper lets you create an HTML `<input />` component.
1717
It causes an `Ember.TextField` component to be rendered. For more info,
1818
see the [Ember.TextField](/api/classes/Ember.TextField.html) docs and
19-
the [templates guide](http://emberjs.com/guides/templates/input-helpers/).
19+
the [templates guide](https://emberjs.com/guides/templates/input-helpers/).
2020
2121
```handlebars
2222
{{input value="987"}}

packages/ember-glimmer/lib/syntax/outlet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function outletComponentFor(vm) {
4949
{{my-footer}}
5050
```
5151
52-
See [templates guide](http://emberjs.com/guides/templates/the-application-template/) for
52+
See [templates guide](https://emberjs.com/guides/templates/the-application-template/) for
5353
additional information on using `{{outlet}}` in `application.hbs`.
5454
You may also specify a name for the `{{outlet}}`, which is useful when using more than one
5555
`{{outlet}}` in a template:
@@ -72,7 +72,7 @@ function outletComponentFor(vm) {
7272
});
7373
```
7474
75-
See the [routing guide](http://emberjs.com/guides/routing/rendering-a-template/) for more
75+
See the [routing guide](https://emberjs.com/guides/routing/rendering-a-template/) for more
7676
information on how your `route` interacts with the `{{outlet}}` helper.
7777
Note: Your content __will not render__ if there isn't an `{{outlet}}` for it.
7878

packages/ember-glimmer/lib/utils/string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function getSafeString() {
2626
{
2727
id: 'ember-htmlbars.ember-handlebars-safestring',
2828
until: '3.0.0',
29-
url: 'http://emberjs.com/deprecations/v2.x#toc_use-ember-string-htmlsafe-over-ember-handlebars-safestring'
29+
url: 'https://emberjs.com/deprecations/v2.x#toc_use-ember-string-htmlsafe-over-ember-handlebars-safestring'
3030
}
3131
);
3232

packages/ember-glimmer/tests/integration/application/rendering-test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
9191
`);
9292

9393
this.addTemplate('nav', strip`
94-
<a href="http://emberjs.com/">Ember</a>
94+
<a href="https://emberjs.com/">Ember</a>
9595
`);
9696

9797
this.add('route:application', Route.extend({
@@ -122,7 +122,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
122122
this.assertComponentElement(this.firstChild, {
123123
content: strip`
124124
<nav>
125-
<a href="http://emberjs.com/">Ember</a>
125+
<a href="https://emberjs.com/">Ember</a>
126126
</nav>
127127
<main>
128128
<ul>
@@ -147,7 +147,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
147147
`);
148148

149149
this.addTemplate('nav', strip`
150-
<a href="http://emberjs.com/">Ember</a>
150+
<a href="https://emberjs.com/">Ember</a>
151151
`);
152152

153153
this.add('route:application', Route.extend({
@@ -178,7 +178,7 @@ moduleFor('Application test: rendering', class extends ApplicationTest {
178178
this.assertComponentElement(this.firstChild, {
179179
content: strip`
180180
<nav>
181-
<a href="http://emberjs.com/">Ember</a>
181+
<a href="https://emberjs.com/">Ember</a>
182182
</nav>
183183
<main>
184184
<ul>

packages/ember-metal/lib/binding.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Binding {
4444
/**
4545
@class Binding
4646
@namespace Ember
47-
@deprecated See http://emberjs.com/deprecations/v2.x#toc_ember-binding
47+
@deprecated See https://emberjs.com/deprecations/v2.x#toc_ember-binding
4848
@public
4949
*/
5050

@@ -303,17 +303,17 @@ function fireDeprecations(obj, toPath, fromPath, deprecateGlobal, deprecateOneWa
303303
deprecate(objectInfo + deprecateGlobalMessage, !deprecateGlobal, {
304304
id: 'ember-metal.binding',
305305
until: '3.0.0',
306-
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-binding'
306+
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-binding'
307307
});
308308
deprecate(objectInfo + deprecateOneWayMessage, !deprecateOneWay, {
309309
id: 'ember-metal.binding',
310310
until: '3.0.0',
311-
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-binding'
311+
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-binding'
312312
});
313313
deprecate(objectInfo + deprecateAliasMessage, !deprecateAlias, {
314314
id: 'ember-metal.binding',
315315
until: '3.0.0',
316-
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-binding'
316+
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-binding'
317317
});
318318
}
319319

packages/ember-metal/lib/computed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const DEEP_EACH_REGEX = /\.@each\.[^.]+\./;
121121
122122
Additional resources:
123123
- [New CP syntax RFC](https://github.com/emberjs/rfcs/blob/master/text/0011-improved-cp-syntax.md)
124-
- [New computed syntax explained in "Ember 1.12 released" ](http://emberjs.com/blog/2015/05/13/ember-1-12-released.html#toc_new-computed-syntax)
124+
- [New computed syntax explained in "Ember 1.12 released" ](https://emberjs.com/blog/2015/05/13/ember-1-12-released.html#toc_new-computed-syntax)
125125
126126
@class ComputedProperty
127127
@namespace Ember
@@ -512,7 +512,7 @@ ComputedPropertyPrototype.teardown = function(obj, keyName) {
512512
513513
_Note: This is the preferred way to define computed properties when writing third-party
514514
libraries that depend on or use Ember, since there is no guarantee that the user
515-
will have [prototype Extensions](http://emberjs.com/guides/configuring-ember/disabling-prototype-extensions/) enabled._
515+
will have [prototype Extensions](https://emberjs.com/guides/configuring-ember/disabling-prototype-extensions/) enabled._
516516
517517
The alternative syntax, with prototype extensions, might look like:
518518

packages/ember-metal/lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { context } from 'ember-environment';
1414
cross-platform compatibility and object property observing. Ember-Runtime is
1515
small and performance-focused so you can use it alongside other
1616
cross-platform libraries such as jQuery. For more details, see
17-
[Ember-Runtime](http://emberjs.com/api/modules/ember-runtime.html).
17+
[Ember-Runtime](https://emberjs.com/api/modules/ember-runtime.html).
1818
1919
@class Ember
2020
@static

packages/ember-metal/lib/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function addListener(obj, eventName, target, method, once) {
8484
{
8585
id: 'ember-views.did-init-attrs',
8686
until: '3.0.0',
87-
url: 'http://emberjs.com/deprecations/v2.x#toc_ember-component-didinitattrs'
87+
url: 'https://emberjs.com/deprecations/v2.x#toc_ember-component-didinitattrs'
8888
}
8989
);
9090

0 commit comments

Comments
 (0)