Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
mangini committed Jun 5, 2013
1 parent 5c88b66 commit ea8ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converttomarkdown.gapps
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}

Expand Down

0 comments on commit ea8ac11

Please sign in to comment.