瀏覽代碼

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

Mayur Mahajan 2 年之前
父節點
當前提交
79a43de2d5

+ 1 - 1
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;
           }
         }