Point changelog modal "View more info" at docs release notes (#3459)

claude[bot] committed Jul 31, 2026 at 01:01 UTC b50ceb24629213cefd0e80b5bd1cbb79a673f0b4
1 file changed +1 -1
lib/new-ui/widgets/changelog_modal.dart
+1 -1
@@ -107,7 +107,7 @@ class _ChangelogModalState extends State<ChangelogModal> {
107 NewPrimaryButton(
108 onPressed: () {
109 try {
110 - launchUrl(Uri.https("blog.cakewallet.com"));
110 + launchUrl(Uri.https("docs.cakewallet.com", "/release-notes"));
111 } catch (_) {}
112 },
113 text: S.of(context).view_more_info,