소스 검색

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