Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Fix "Extract by expression" help string
removing the not working link to the online documentation
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Dec 1, 2021
1 parent 812a5e6 commit 1abf484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analysis/processing/qgsalgorithmextractbyexpression.cpp
Expand Up @@ -61,7 +61,8 @@ QString QgsExtractByExpressionAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm creates a new vector layer that only contains matching features from an input layer. "
"The criteria for adding features to the resulting layer is based on a QGIS expression.\n\n"
"For more information about expressions see the <a href =\"{qgisdocs}/user_manual/working_with_vector/expression.html\">user manual</a>" );
"For help with QGIS expression functions, see the inbuilt help for specific functions "
"which is available in the expression builder." );
}

QgsExtractByExpressionAlgorithm *QgsExtractByExpressionAlgorithm::createInstance() const
Expand Down

0 comments on commit 1abf484

Please sign in to comment.