Skip to content

Commit

Permalink
[BUGFIX beta] Fix url for deprecate-auto-location deprecation
Browse files Browse the repository at this point in the history
(cherry picked from commit 25ce856)
  • Loading branch information
locks authored and kategengler committed Dec 28, 2021
1 parent 07a7d3f commit 2864a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/routing/lib/location/api.ts
Expand Up @@ -117,7 +117,7 @@ export default {
{
id: 'deprecate-auto-location',
until: '5.0.0',
url: 'https://emberjs.com/deprecations/v3.x#toc_deprecate-auto-location',
url: 'https://emberjs.com/deprecations/v4.x#toc_deprecate-auto-location',
for: 'ember-source',
since: {
enabled: '4.1.0',
Expand Down
4 changes: 2 additions & 2 deletions packages/@ember/-internals/routing/lib/system/router.ts
Expand Up @@ -829,7 +829,7 @@ class EmberRouter extends EmberObject.extend(Evented) implements Evented {
{
id: 'deprecate-auto-location',
until: '5.0.0',
url: 'https://emberjs.com/deprecations/v3.x#toc_deprecate-auto-location',
url: 'https://emberjs.com/deprecations/v4.x#toc_deprecate-auto-location',
for: 'ember-source',
since: {
enabled: '4.1.0',
Expand Down Expand Up @@ -866,7 +866,7 @@ class EmberRouter extends EmberObject.extend(Evented) implements Evented {
{
id: 'deprecate-auto-location',
until: '5.0.0',
url: 'https://emberjs.com/deprecations/v3.x#toc_deprecate-auto-location',
url: 'https://emberjs.com/deprecations/v4.x#toc_deprecate-auto-location',
for: 'ember-source',
since: {
enabled: '4.1.0',
Expand Down

0 comments on commit 2864a9a

Please sign in to comment.