Skip to content

Commit

Permalink
Update Particle Analyser's Help button to point to the new URL
Browse files Browse the repository at this point in the history
Partially addresses #295
  • Loading branch information
mdoube committed Apr 19, 2021
1 parent bd16138 commit 831e406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void run(final String arg) {
gd.addChoice("Surface colours", items, items[3]);
gd.addNumericField("Split value", 0, 3, 7, units + "³");
gd.addNumericField("Volume_resampling", 2, 0);
gd.addHelp("https://imagej.net/BoneJ#Particle_Analyser");
gd.addHelp("https://imagej.github.io/plugins/bonej#particle-analyser");
gd.addDialogListener(this);
gd.showDialog();
if (gd.wasCanceled()) {
Expand Down

0 comments on commit 831e406

Please sign in to comment.