docs(google_settings): update documentation link

This commit is contained in:
Raizaaa 2025-08-18 17:18:02 +03:00
parent 62c9f89fbb
commit 481c439dc2

View file

@ -5,7 +5,7 @@ frappe.ui.form.on("Google Settings", {
refresh: function (frm) {
frm.dashboard.set_headline(
__("For more information, {0}.", [
`<a href='https://erpnext.com/docs/user/manual/en/erpnext_integration/google_settings'>${__(
`<a href='https://erpnext.com/docs/user/manual/en/google_settings'>${__(
"Click here"
)}</a>`,
])