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:
TheJammiestDodger 2022-11-21 16:20:51 +00:00 committed by GitHub
parent e901403621
commit d49fa9007d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ export default {
}, },
], ],
release_notes_link: 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",
}, },
}; };