From a26f02f56706db17998eaf24d3d6167f02961b64 Mon Sep 17 00:00:00 2001 From: Steve Cosman Date: Tue, 31 Jul 2012 21:51:39 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77249b3..b9df791 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Next you need an email to send users. We've included a template you can start fr Now edit the file app/views/beta_mailer/invite_mail_production.html.erb to make an awesome message to welcome new users. Open it in a browser to preview the html. Don't forget to leave `<%= @inviteCode %>` and `<%= @user.email %>`, these will be replaced with the user's invite code and email respectively. -Check out the awesome open source templates provided by MailChimp as a starting point: [http://mailchimp.com/resources/html-email-templates/](templates). +Check out the awesome open source templates provided by MailChimp as a starting point: [templates](http://mailchimp.com/resources/html-email-templates/). When you are done, deploy the template: