From 991c121b5751395233934755802892a966046b63 Mon Sep 17 00:00:00 2001 From: Kenneth Sequeira Date: Fri, 19 Oct 2018 14:31:21 +0530 Subject: [PATCH] added source link for ERPNext docs --- erpnext/config/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/config/docs.py b/erpnext/config/docs.py index 6e505647c0..85e600687f 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"