فهرست منبع

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

Mayur Mahajan 2 سال پیش
والد
کامیت
79a43de2d5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart

+ 1 - 1
frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart

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