From 07b1462e603984ea9f3bb58567bacec3d8ccc86c Mon Sep 17 00:00:00 2001 From: Nick Spinner Date: Thu, 9 May 2024 22:30:13 -0700 Subject: [PATCH] Update Development Docs URL (#1557) --- easy-install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-install.py b/easy-install.py index e1890380..2e22e219 100755 --- a/easy-install.py +++ b/easy-install.py @@ -232,7 +232,7 @@ def setup_dev_instance(project: str): check=True, ) cprint( - "Please go through the Development Documentation: https://github.com/frappe/frappe_docker/tree/main/development to fully complete the setup.", + "Please go through the Development Documentation: https://github.com/frappe/frappe_docker/tree/main/docs/development.md to fully complete the setup.", level=2, ) logging.info("Development Setup completed")