chore: changed the link of shortcuts page (#1979)

This commit is contained in:
Mayur Mahajan 2023-03-13 07:00:11 +05:30 committed by GitHub
parent eb2476a8aa
commit 79a43de2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ class BubbleActionList extends StatelessWidget {
break;
case BubbleAction.shortcuts:
_launchURL(
"https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/main/essential-documentation/shortcuts.md");
"https://appflowy.gitbook.io/docs/essential-documentation/shortcuts");
break;
}
}