aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWill Binns <will@trek.io>2019-06-14 06:18:01 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-04 09:03:05 +0900
commit636a4fad1617699350ec70d5523a92e8148d5c35 (patch)
tree049614c1a2e5e229eb5f1bd8d7a71076703d97e5 /README.md
parent7614cc5b241144bc47e8062e335fcf15dbf04e51 (diff)
downloadruby-636a4fad1617699350ec70d5523a92e8148d5c35.tar.gz
README: Add smart URL for joining mailing list
This adds a couple of parameters to the mailing list link in the README so that the subject line and body are automatically populated. The body is populated with the `subscribe` string so that all an individual has to do is perform the send action in their mail client. Closes: https://github.com/ruby/ruby/pull/2236
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 570166d551..0e4786ba78 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ send the following phrase:
subscribe
in the mail body (not subject) to the address
-<ruby-talk-request@ruby-lang.org>.
+[ruby-talk-request@ruby-lang.org](mailto:ruby-talk-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe).
## How to compile and install