Skip to content

Commit 23bbec3

Browse files
committed
[sextante] updated link to sextante chapter in error messages
1 parent db101a3 commit 23bbec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/sextante/grass/GrassAlgorithmProvider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def getPostProcessingErrorMessage(self, wrongLayers):
9292
html += "GRASS seems to be correctly installed and configured</li></ul>"
9393
else:
9494
html += msg + "</i></li></ul>"
95-
html += '<p><a href= "http://docs.qgis.org/html/en/docs/user_manual/sextante/3rdParty.html">Click here</a> to know more about how to install and configure GRASS to be used with SEXTANTE</p>'
95+
html += '<p><a href= "http://docs.qgis.org/2.0/html/en/docs/user_manual/sextante/3rdParty.html">Click here</a> to know more about how to install and configure GRASS to be used with SEXTANTE</p>'
9696

9797
return html
9898

python/plugins/sextante/saga/SagaAlgorithmProvider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def getPostProcessingErrorMessage(self, wrongLayers):
101101
html += "SAGA seems to be correctly installed and configured</li></ul>"
102102
else:
103103
html += msg + "</i></li></ul>"
104-
html += '<p><a href= "http://docs.qgis.org/html/en/docs/user_manual/sextante/3rdParty.html">Click here</a> to know more about how to install and configure SAGA to be used with SEXTANTE</p>'
104+
html += '<p><a href= "http://docs.qgis.org/2.0/html/en/docs/user_manual/sextante/3rdParty.html">Click here</a> to know more about how to install and configure SAGA to be used with SEXTANTE</p>'
105105

106106
return html
107107

0 commit comments

Comments
 (0)