From ea8ac11c5f306a70fe89ea82593f16f906637e43 Mon Sep 17 00:00:00 2001 From: Renato Mangini Date: Wed, 5 Jun 2013 10:42:09 -0300 Subject: [PATCH] fix url --- converttomarkdown.gapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converttomarkdown.gapps b/converttomarkdown.gapps index b391943..d9db1a4 100644 --- a/converttomarkdown.gapps +++ b/converttomarkdown.gapps @@ -48,7 +48,7 @@ function ConvertToMarkdown() { MailApp.sendEmail(Session.getActiveUser().getEmail(), "[MARKDOWN_MAKER] "+DocumentApp.getActiveDocument().getName(), "Your converted markdown document is attached (converted from "+DocumentApp.getActiveDocument().getUrl()+")"+ - "\n\nDon't know how to use the format options? See http://github.com/mangini/gdocs2md\n", + "\n\nDon't know how to use the format options? See http://github.com/mangini/gdocs2md#readme\n", { "attachments": attachments }); }