diff --git a/README.md b/README.md index c0642cfae..c38e50521 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
Hi 👋
@@ -13,8 +13,8 @@
You can get started right away by setting up a support email. This will help you see what
your support will look like with Helpdesk!
-If you face any issues, please reach out to us via
-https://frappedesk.com/helpdesk
+If you face any issues, please reach out to us via
+https://support.frappe.io/helpdesk
Best,
@@ -38,7 +38,6 @@ def create_ticket():
d.contact = AUTHOR_NAME
d.via_customer_portal = True
d.insert()
- d.create_communication_via_contact(d.description)
add_assign(
{
"doctype": "HD Ticket",