Skip to content

Commit 21f1aab

Browse files
committed
fix typo in processing
Signed-off-by: Werner Macho <werner.macho@gmail.com>
1 parent 01286cc commit 21f1aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/Grass7Algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def getPostProcessingErrorMessage(self, wrongLayers):
524524
else:
525525
html += msg + '</i></li></ul>'
526526
html += self.tr(
527-
'<p><a href="http://docs.qgis.org/testing/en/docs/user_manual//3rdParty.html">Click here</a> '
527+
'<p><a href="http://docs.qgis.org/testing/en/docs/user_manual/processing/3rdParty.html">Click here</a> '
528528
'to know more about how to install and configure GRASS GIS 7 to be used with QGIS</p>')
529529

530530
return html

0 commit comments

Comments
 (0)