Skip to content

Commit

Permalink
Direct users to the actual plugins documentation page now that it's up
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 1, 2024
1 parent 8a7747a commit 919a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/PluginManagerSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Popup {
Layout.margins: 20
visible: pluginsList.model.count === 0

text: qsTr('No plugins have been installed yet. To learn more about plugins, %1read the documentation%2.').arg('<a href="https://docs.qfield.org/">').arg('</a>')
text: qsTr('No plugins have been installed yet. To learn more about plugins, %1read the documentation%2.').arg('<a href="https://docs.qfield.org/how-to/plugins/">').arg('</a>')
font: Theme.defaultFont
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
Expand Down

1 comment on commit 919a7b6

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.