Merge pull request #15739 from kennethsequeira/hotfix

Fix for "Improve this page" incorrect link generated in v10 sites
diff --git a/erpnext/config/docs.py b/erpnext/config/docs.py
index 6e50564..85e6006 100644
--- a/erpnext/config/docs.py
+++ b/erpnext/config/docs.py
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-source_link = "https://github.com/frappe/erpnext"
\ No newline at end of file
+source_link = "https://github.com/erpnext/foundation"
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 5f1e7d4..ee31e32 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -15,6 +15,8 @@
 
 error_report_email = "support@erpnext.com"
 
+docs_app = "foundation"
+
 app_include_js = "assets/js/erpnext.min.js"
 app_include_css = "assets/css/erpnext.css"
 web_include_js = "assets/js/erpnext-web.min.js"