Skip to content

Commit

Permalink
[BUGFIX release] Fix deprecation guide url
Browse files Browse the repository at this point in the history
This deprecation content is not yet landed but it's about to land, and the url here is wrong.

(cherry picked from commit c073f0c)
  • Loading branch information
ef4 authored and kategengler committed Jul 13, 2024
1 parent 1460f72 commit c6177e9
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 c6177e9

Please sign in to comment.