From 41fe30ea6e339e98633a73444f443c4b463bbe57 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 5 Mar 2025 11:02:21 +0530 Subject: [PATCH] chore: erpnext.com -> frappe.io/erpnext (#46288) --- README.md | 12 ++++++------ erpnext/hooks.py | 4 ++-- erpnext/setup/install.py | 2 +- .../templates/includes/footer/footer_powered.html | 2 +- package.json | 2 +- pyproject.toml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8f9d09c9426..cb32e7966e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + ERPNext Logo

ERPNext

@@ -19,9 +19,9 @@
Live Demo - - Website + Website - - Documentation + Documentation
## ERPNext @@ -115,16 +115,16 @@ To setup the repository locally follow the steps mentioned below: ``` # Create a new site bench new-site erpnext.dev - + # Map your site to localhost bench --site erpnext.dev add-to-hosts ``` - + 3. Get the ERPNext app and install it ``` # Get the ERPNext app bench get-app https://github.com/frappe/erpnext - + # Install the app bench --site erpnext.dev install-app erpnext ``` diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 270797b7404..83418f2243b 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -4,7 +4,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd." app_description = """ERP made simple""" app_icon = "fa fa-th" app_color = "#e74c3c" -app_email = "info@erpnext.com" +app_email = "hello@frappe.io" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext" app_logo_url = "/assets/erpnext/images/erpnext-logo.svg" @@ -479,7 +479,7 @@ email_brand_image = "assets/erpnext/images/erpnext-logo.jpg" default_mail_footer = """ Sent via - + ERPNext diff --git a/erpnext/setup/install.py b/erpnext/setup/install.py index 98c53e0d0ea..739b00718cd 100644 --- a/erpnext/setup/install.py +++ b/erpnext/setup/install.py @@ -14,7 +14,7 @@ from erpnext.setup.doctype.incoterm.incoterm import create_incoterms from .default_success_action import get_default_success_action default_mail_footer = """
Sent via - ERPNext
""" + ERPNext
""" def after_install(): diff --git a/erpnext/templates/includes/footer/footer_powered.html b/erpnext/templates/includes/footer/footer_powered.html index 8310063e575..fb73931d18e 100644 --- a/erpnext/templates/includes/footer/footer_powered.html +++ b/erpnext/templates/includes/footer/footer_powered.html @@ -1 +1 @@ -{{ _("Powered by {0}").format('ERPNext') }} +{{ _("Powered by {0}").format('ERPNext') }} diff --git a/package.json b/package.json index 4e686f7ca74..509fe275e05 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "git+https://github.com/frappe/erpnext.git" }, - "homepage": "https://erpnext.com", + "homepage": "https://frappe.io/erpnext", "author": "Frappe Technologies Pvt. Ltd.", "license": "GPL-3.0", "bugs": { diff --git a/pyproject.toml b/pyproject.toml index 462808ba036..3ac7fa07c27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,6 @@ docstring-code-format = true [project.urls] -Homepage = "https://erpnext.com/" +Homepage = "https://frappe.io/erpnext" Repository = "https://github.com/frappe/erpnext.git" "Bug Reports" = "https://github.com/frappe/erpnext/issues"