Browse Source

Update app.py

Wang Xin 1 year ago
parent
commit
906a2173eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      labelme/app.py

+ 1 - 1
labelme/app.py

@@ -1016,7 +1016,7 @@ class MainWindow(QtWidgets.QMainWindow):
         self.actions.undo.setEnabled(self.canvas.isShapeRestorable)
 
     def tutorial(self):
-        url = "https://github.com/wkentaro/labelme/tree/main/examples/tutorial"  # NOQA
+        url = "https://github.com/labelmeai/labelme/tree/main/examples/tutorial"  # NOQA
         webbrowser.open(url)
 
     def toggleDrawingSensitive(self, drawing=True):