chore: erpnext.com -> frappe.io/erpnext (#46288)

This commit is contained in:
Ankush Menat
2025-03-05 11:02:21 +05:30
committed by GitHub
parent 55de0176e8
commit 41fe30ea6e
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<div align="center"> <div align="center">
<a href="https://erpnext.com"> <a href="https://frappe.io/erpnext">
<img src="./erpnext/public/images/v16/erpnext.svg" alt="ERPNext Logo" height="80px" width="80xp"/> <img src="./erpnext/public/images/v16/erpnext.svg" alt="ERPNext Logo" height="80px" width="80xp"/>
</a> </a>
<h2>ERPNext</h2> <h2>ERPNext</h2>
@@ -19,9 +19,9 @@
<div align="center"> <div align="center">
<a href="https://erpnext-demo.frappe.cloud/app/home">Live Demo</a> <a href="https://erpnext-demo.frappe.cloud/app/home">Live Demo</a>
- -
<a href="https://erpnext.com">Website</a> <a href="https://frappe.io/erpnext">Website</a>
- -
<a href="https://docs.erpnext.com">Documentation</a> <a href="https://docs.frappe.io/erpnext/">Documentation</a>
</div> </div>
## ERPNext ## ERPNext
@@ -115,16 +115,16 @@ To setup the repository locally follow the steps mentioned below:
``` ```
# Create a new site # Create a new site
bench new-site erpnext.dev bench new-site erpnext.dev
# Map your site to localhost # Map your site to localhost
bench --site erpnext.dev add-to-hosts bench --site erpnext.dev add-to-hosts
``` ```
3. Get the ERPNext app and install it 3. Get the ERPNext app and install it
``` ```
# Get the ERPNext app # Get the ERPNext app
bench get-app https://github.com/frappe/erpnext bench get-app https://github.com/frappe/erpnext
# Install the app # Install the app
bench --site erpnext.dev install-app erpnext bench --site erpnext.dev install-app erpnext
``` ```

View File

@@ -4,7 +4,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd."
app_description = """ERP made simple""" app_description = """ERP made simple"""
app_icon = "fa fa-th" app_icon = "fa fa-th"
app_color = "#e74c3c" app_color = "#e74c3c"
app_email = "info@erpnext.com" app_email = "hello@frappe.io"
app_license = "GNU General Public License (v3)" app_license = "GNU General Public License (v3)"
source_link = "https://github.com/frappe/erpnext" source_link = "https://github.com/frappe/erpnext"
app_logo_url = "/assets/erpnext/images/erpnext-logo.svg" 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 = """ default_mail_footer = """
<span> <span>
Sent via Sent via
<a class="text-muted" href="https://erpnext.com?source=via_email_footer" target="_blank"> <a class="text-muted" href="https://frappe.io/erpnext?source=via_email_footer" target="_blank">
ERPNext ERPNext
</a> </a>
</span> </span>

View File

@@ -14,7 +14,7 @@ from erpnext.setup.doctype.incoterm.incoterm import create_incoterms
from .default_success_action import get_default_success_action from .default_success_action import get_default_success_action
default_mail_footer = """<div style="padding: 7px; text-align: right; color: #888"><small>Sent via default_mail_footer = """<div style="padding: 7px; text-align: right; color: #888"><small>Sent via
<a style="color: #888" href="http://erpnext.org">ERPNext</a></div>""" <a style="color: #888" href="http://frappe.io/erpnext">ERPNext</a></div>"""
def after_install(): def after_install():

View File

@@ -1 +1 @@
{{ _("Powered by {0}").format('<a href="https://erpnext.com?source=website_footer" target="_blank" class="text-muted">ERPNext</a>') }} {{ _("Powered by {0}").format('<a href="https://frappe.io/erpnext?source=website_footer" target="_blank" class="text-muted">ERPNext</a>') }}

View File

@@ -5,7 +5,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/frappe/erpnext.git" "url": "git+https://github.com/frappe/erpnext.git"
}, },
"homepage": "https://erpnext.com", "homepage": "https://frappe.io/erpnext",
"author": "Frappe Technologies Pvt. Ltd.", "author": "Frappe Technologies Pvt. Ltd.",
"license": "GPL-3.0", "license": "GPL-3.0",
"bugs": { "bugs": {

View File

@@ -77,6 +77,6 @@ docstring-code-format = true
[project.urls] [project.urls]
Homepage = "https://erpnext.com/" Homepage = "https://frappe.io/erpnext"
Repository = "https://github.com/frappe/erpnext.git" Repository = "https://github.com/frappe/erpnext.git"
"Bug Reports" = "https://github.com/frappe/erpnext/issues" "Bug Reports" = "https://github.com/frappe/erpnext/issues"