diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-06-16 22:53:55 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-06-16 22:53:55 -0400 |
commit | 1276c4f3a2707cf8f3c7ae6936de3b58144d49fd (patch) | |
tree | 52453f45f405f5de288cd8bf4bcb5b1d78cf9ce4 /templates | |
parent | 9edb9690e95a1d518a903750b25233e226737b17 (diff) | |
download | emacsconf-wiki-1276c4f3a2707cf8f3c7ae6936de3b58144d49fd.tar.xz emacsconf-wiki-1276c4f3a2707cf8f3c7ae6936de3b58144d49fd.zip |
Fix emacsconf-org mail link in draft
Diffstat (limited to 'templates')
-rw-r--r-- | templates/pagedraft.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pagedraft.md b/templates/pagedraft.md index 354eabef..7fd08768 100644 --- a/templates/pagedraft.md +++ b/templates/pagedraft.md @@ -1,5 +1,5 @@ <div class="draft"> THIS IS A DRAFT DOCUMENT. It's not ready for sharing yet. We're still working on it! Feel free to update it or e-mail -[emacsconf-org-discuss](https://lists.gnu.org/mailman/listinfo/emacsconf-org). +<a href="mailto:emacsconf-org@gnu.org">emacsconf-org@gnu.org</a>. </div> |