diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a1c4b0a633..e4cae95711 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ Welcome to the Frappe Framework issue tracker! Before creating an issue, please 1. This tracker should only be used to report bugs and request features / enhancements to Frappe - For questions and general support, use https://stackoverflow.com/questions/tagged/frappe - - For documentation issues, refer to https://frappe.io/docs/user/en or the developer cheetsheet https://github.com/frappe/frappe/wiki/Developer-Cheatsheet + - For documentation issues, refer to https://frappeframework.com/docs/user/en or the developer cheetsheet https://github.com/frappe/frappe/wiki/Developer-Cheatsheet 2. Use the search function before creating a new issue. Duplicates will be closed and directed to the original discussion. 3. When making a bug report, make sure you provide all required information. The easier it is for diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ed5e2169a3..6a37517f7a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ Welcome to the Frappe Framework issue tracker! Before creating an issue, please 1. This tracker should only be used to report bugs and request features / enhancements to Frappe - For questions and general support, refer to https://stackoverflow.com/questions/tagged/frappe - - For documentation issues, use https://frappe.io/docs/user/en or the developer cheetsheet https://github.com/frappe/frappe/wiki/Developer-Cheatsheet + - For documentation issues, use https://frappeframework.com/docs/user/en or the developer cheetsheet https://frappeframework.com/docs/user/en/bench/resources/bench-commands-cheatsheet 2. Use the search function before creating a new issue. Duplicates will be closed and directed to the original discussion. 3. When making a feature request, make sure to be as verbose as possible. The better you convey your message, the greater the drive to make it happen. diff --git a/.github/ISSUE_TEMPLATE/question-about-using-frappe.md b/.github/ISSUE_TEMPLATE/question-about-using-frappe.md index 43d987ee2c..ab5d023e1c 100644 --- a/.github/ISSUE_TEMPLATE/question-about-using-frappe.md +++ b/.github/ISSUE_TEMPLATE/question-about-using-frappe.md @@ -12,7 +12,7 @@ for questions about using `ERPNext`: https://discuss.erpnext.com for questions about using `bench`, probably the best place to start is the [bench repo](https://github.com/frappe/bench) -For documentation issues, use the [Frappe Framework Documentation](https://frappe.io/docs/user/en) or the [developer cheetsheet](https://github.com/frappe/frappe/wiki/Developer-Cheatsheet) +For documentation issues, use the [Frappe Framework Documentation](https://frappeframework.com/docs) or the [developer cheetsheet](https://github.com/frappe/frappe/wiki/Developer-Cheatsheet) For a slightly outdated yet informative developer guide: https://www.youtube.com/playlist?list=PL3lFfCEoMxvzHtsZHFJ4T3n5yMM3nGJ1W diff --git a/.github/frappe_linter/translation.py b/.github/frappe_linter/translation.py index bb81e848f1..d9fc98c76e 100644 --- a/.github/frappe_linter/translation.py +++ b/.github/frappe_linter/translation.py @@ -22,7 +22,7 @@ for _file in files: print(f'A syntax error has been discovered at line number: {num}') print(f'Syntax error occurred with: {line}') if errors_encounter > 0: - print('You can visit "https://frappe.io/docs/user/en/translations" to resolve this error.') + print('You can visit "https://frappeframework.com/docs/user/en/translations" to resolve this error.') assert 1+1 == 3 else: print('Good To Go!') diff --git a/README.md b/README.md index 1f59376f48..57d4ca243d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - + diff --git a/frappe/public/js/frappe/ui/toolbar/about.js b/frappe/public/js/frappe/ui/toolbar/about.js index 87462916c2..47dc7ee851 100644 --- a/frappe/public/js/frappe/ui/toolbar/about.js +++ b/frappe/public/js/frappe/ui/toolbar/about.js @@ -6,7 +6,7 @@ frappe.ui.misc.about = function() { $(d.body).html(repl("
\

"+__("Open Source Applications for the Web")+"

\

\ - Website: https://frappe.io

\ + Website: https://frappeframework.com

\

\ Source: https://github.com/frappe

\

\ diff --git a/frappe/templates/base.html b/frappe/templates/base.html index 8c843a44a4..cf55a29b54 100644 --- a/frappe/templates/base.html +++ b/frappe/templates/base.html @@ -1,5 +1,5 @@ - + diff --git a/frappe/templates/includes/footer/footer_powered.html b/frappe/templates/includes/footer/footer_powered.html index 8d4e6e0b16..d71c537fb0 100644 --- a/frappe/templates/includes/footer/footer_powered.html +++ b/frappe/templates/includes/footer/footer_powered.html @@ -1 +1 @@ -Built on Frappe \ No newline at end of file +Built on Frappe \ No newline at end of file diff --git a/frappe/website/doctype/web_form/web_form.json b/frappe/website/doctype/web_form/web_form.json index 77dbbb9734..9199183a65 100644 --- a/frappe/website/doctype/web_form/web_form.json +++ b/frappe/website/doctype/web_form/web_form.json @@ -209,7 +209,7 @@ "label": "Client Script" }, { - "description": "For help see Client Script API and Examples", + "description": "For help see Client Script API and Examples", "fieldname": "client_script", "fieldtype": "Code", "label": "Client Script" diff --git a/package.json b/package.json index fe2ef2a694..f893d03ad3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bugs": { "url": "https://github.com/frappe/frappe/issues" }, - "homepage": "https://frappe.io", + "homepage": "https://frappeframework.com", "dependencies": { "ace-builds": "^1.4.8", "air-datepicker": "http://github.com/frappe/air-datepicker",