diff --git a/frappe/config/docs.py b/frappe/config/docs.py index 4d3178e3fd..eafaeeb19e 100644 --- a/frappe/config/docs.py +++ b/frappe/config/docs.py @@ -2,5 +2,5 @@ from __future__ import unicode_literals -source_link = "https://github.com/frappe/frappe" +source_link = "https://github.com/frappe/frappe_io" docs_base_url = "/docs" diff --git a/frappe/hooks.py b/frappe/hooks.py index 2c984992d0..cfb72027a3 100755 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -15,6 +15,8 @@ develop_version = '10.x.x-develop' app_email = "info@frappe.io" +docs_app = "frappe_io" + before_install = "frappe.utils.install.before_install" after_install = "frappe.utils.install.after_install" diff --git a/frappe/utils/help.py b/frappe/utils/help.py index c76e977dd8..352923bbf3 100644 --- a/frappe/utils/help.py +++ b/frappe/utils/help.py @@ -38,7 +38,7 @@ def get_help_content(path): def get_improve_page_html(app_name, target): docs_config = frappe.get_module(app_name + ".config.docs") source_link = docs_config.source_link - branch = getattr(docs_config, "branch", "develop") + branch = getattr(docs_config, "branch", "master") html = '''