Skip to content

Commit

Permalink
Update link to current location (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKajan authored Dec 25, 2023
1 parent 56c15ef commit dbd9aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis-app/plugins/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _check_required_metadata(metadata):
if md not in dict(metadata) or not dict(metadata)[md]:
raise ValidationError(
_(
'Cannot find metadata <strong>%s</strong> in metadata source <code>%s</code>.<br />For further informations about metadata, please see: <a target="_blank" href="http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins.html#plugin-metadata-table">metadata documentation</a>'
'Cannot find metadata <strong>%s</strong> in metadata source <code>%s</code>.<br />For further informations about metadata, please see: <a target="_blank" href="https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins/plugins.html#metadata-txt">metadata documentation</a>'
)
% (md, dict(metadata).get("metadata_source"))
)
Expand Down

0 comments on commit dbd9aa2

Please sign in to comment.