Skip to content

Commit

Permalink
[Modeler] Fix algorithms help URL
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea committed Dec 17, 2024
1 parent c831a10 commit d7e819d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def openHelp(self):
"processing_algs/{}/{}.html#{}".format(
self.widget.algorithm().provider().helpId(),
self.algorithm().groupId(),
f"{self.algorithm().provider().helpId()}{self.algorithm().name()}",
f"{self.algorithm().provider().helpId()}{self.algorithm().name().replace('_', '-')}",
)
).toString()

Expand Down

0 comments on commit d7e819d

Please sign in to comment.