mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[MetaSearch] fix version referencing
This commit is contained in:
parent
a88fcf1d54
commit
26ebc83681
@ -133,7 +133,7 @@ def get_help_url():
|
||||
"""return QGIS MetaSearch help documentation link"""
|
||||
|
||||
locale_name = QSettings().value('locale/userLocale')[0:2]
|
||||
version = QGis.QGIS_VERSION[:3]
|
||||
version = QGis.QGIS_VERSION.rsplit('.', 1)[0]
|
||||
|
||||
path = '%s/%s/docs/user_manual/plugins/plugins_metasearch.html' % \
|
||||
(version, locale_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user