fix: what is new button broken link (#3785)

This commit is contained in:
Mathias Mogensen 2023-10-25 21:05:28 +02:00 committed by GitHub
parent e66087861b
commit f40ae9ff25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ class _BubbleActionListState extends State<BubbleActionList> {
if (action is BubbleActionWrapper) {
switch (action.inner) {
case BubbleAction.whatsNews:
_launchURL("https://www.appflowy.io/whatsnew");
_launchURL("https://www.appflowy.io/what-is-new");
break;
case BubbleAction.help:
_launchURL("https://discord.gg/9Q2xaN37tV");