Skip to content

Commit

Permalink
Merge pull request #20703 from emberjs/kg-reset-links
Browse files Browse the repository at this point in the history
Revert "Merge pull request #20700 from mkszepp/fix-deprecation-links"
  • Loading branch information
kategengler committed Jun 4, 2024
2 parents 621bd9f + 28b46cc commit ac47902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@ember/-internals/deprecations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const DEPRECATIONS = {
}),
DEPRECATE_TEMPLATE_ACTION: deprecation({
id: 'template-action',
url: 'https://deprecations.emberjs.com/id/deprecate-template-action',
url: 'https://deprecations.emberjs.com/id/template-action',
until: '6.0.0',
for: 'ember-source',
since: {
Expand All @@ -121,7 +121,7 @@ export const DEPRECATIONS = {
}),
DEPRECATE_COMPONENT_TEMPLATE_RESOLVING: deprecation({
id: 'component-template-resolving',
url: 'https://deprecations.emberjs.com/id/deprecate-component-template-resolving',
url: 'https://deprecations.emberjs.com/id/component-template-resolving',
until: '6.0.0',
for: 'ember-source',
since: {
Expand Down

0 comments on commit ac47902

Please sign in to comment.