From 79a43de2d5379fd31a4395cea501378628026c37 Mon Sep 17 00:00:00 2001 From: Mayur Mahajan <47064215+MayurSMahajan@users.noreply.github.com> Date: Mon, 13 Mar 2023 07:00:11 +0530 Subject: [PATCH] chore: changed the link of shortcuts page (#1979) --- .../presentation/widgets/float_bubble/question_bubble.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart b/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart index 89b2976bc7..6f91748661 100644 --- a/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart +++ b/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart @@ -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; } }