FIX: Amend `release_notes_link` in /tests/fixtures/dashboard-new-features.js (#19124)
Update `release_notes_link` to the current version. <!-- NOTE: All pull requests should have tests (rspec in Ruby, qunit in JavaScript). If your code does not include test coverage, please include an explanation of why it was omitted. -->
This commit is contained in:
parent
e901403621
commit
d49fa9007d
|
@ -27,6 +27,6 @@ export default {
|
|||
},
|
||||
],
|
||||
release_notes_link:
|
||||
"https://meta.discourse.org/c/feature/announcements?tags=release-notes\u0026before=0",
|
||||
"https://meta.discourse.org/c/announcements/67?tags=release-notes\u0026before=0",
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue