Skip to content

Commit 50e7cdc

Browse files
committed
Update link to YOLO doc page.
1 parent f537232 commit 50e7cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/fiji/plugin/trackmate/helper/model/detector

src/main/java/fiji/plugin/trackmate/helper/model/detector/YOLOOpt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private YOLOOpt()
6161
.info( "The conda executable seems not to be configured, <br>"
6262
+ "or no conda environment could be found. Please <br>"
6363
+ "follow the link below for installation instructions." )
64-
.url( "https://imagej.net/plugins/trackmate/trackers/trackmate-trackastra" ) );
64+
.url( "https://imagej.net/plugins/trackmate/detectors/trackmate-yolo" ) );
6565
return models;
6666
}
6767

0 commit comments

Comments
 (0)