Skip to content

Commit

Permalink
Merge pull request #20720 from emberjs/fix-deprecation-link
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Jul 12, 2024
2 parents e8176ff + c073f0c commit edc8472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/deprecations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const DEPRECATIONS = {
}),
DEPRECATE_ARRAY_PROTOTYPE_EXTENSIONS: deprecation({
id: 'deprecate-array-prototype-extensions',
url: 'https://deprecations.emberjs.com/id/deprecate-deprecate-array-prototype-extensions',
url: 'https://deprecations.emberjs.com/id/deprecate-array-prototype-extensions',
until: '6.0.0',
for: 'ember-source',
since: {
Expand Down

0 comments on commit edc8472

Please sign in to comment.