[cleanup] remove allow_attach
diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js
index 176e13a..e9c790d 100644
--- a/erpnext/public/js/conf.js
+++ b/erpnext/public/js/conf.js
@@ -15,4 +15,6 @@
 		"text-overflow": "ellipsis",
 		"white-space": "nowrap"
 	});
+
+	$('[data-link="docs"]').attr("href", "https://erpnext.com/user-guide")
 });