Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored and wkentaro committed Jun 13, 2024
1 parent c337ff3 commit 906a217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelme/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ def undoShapeEdit(self):
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):
Expand Down

0 comments on commit 906a217

Please sign in to comment.