[minor] email footer link points to erpnext.org
diff --git a/startup/__init__.py b/startup/__init__.py
index 802daac..1d96323 100644
--- a/startup/__init__.py
+++ b/startup/__init__.py
@@ -29,7 +29,7 @@
 
 # add startup propertes
 mail_footer = """<div style="padding: 7px; text-align: right; color: #888"><small>Sent via 
-	<a style="color: #888" href="https://erpnext.com">ERPNext</a></div>"""
+	<a style="color: #888" href="http://erpnext.org">ERPNext</a></div>"""
 	
 def get_monthly_bulk_mail_limit():
 	import webnotes