2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-08 19:22:23 +00:00

Update Development Docs URL (#1557)

This commit is contained in:
Nick Spinner 2024-05-09 22:30:13 -07:00 committed by GitHub
parent de9b0bd91a
commit 07b1462e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")