Skip to content

Commit 3256847

Browse files
Update welcome_widget.py
Update the video link of landing page
1 parent 58c108b commit 3256847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

annotation_tool/ui/common/welcome_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(self, parent=None):
7070
self.tutorial_btn.setFixedSize(160, 40)
7171
self.tutorial_btn.setProperty("class", "welcome_secondary_btn")
7272
self.tutorial_btn.setCursor(Qt.CursorShape.PointingHandCursor)
73-
self.tutorial_btn.clicked.connect(lambda: QDesktopServices.openUrl(QUrl("https://www.youtube.com/")))
73+
self.tutorial_btn.clicked.connect(lambda: QDesktopServices.openUrl(QUrl("https://drive.google.com/file/d/1EgQXGMQya06vNMuX_7-OlAUjF_Je-ye_/view?usp=sharing")))
7474

7575
self.github_btn = QPushButton("🐙 GitHub Repo")
7676
self.github_btn.setFixedSize(160, 40)

0 commit comments

Comments
 (0)