summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-05 07:21:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-05 07:21:54 +0000
commit71e58ad6142d7511b5114dd0aa057b3fa0a32865 (patch)
treef4c2b6e5d3b3c882d4d272ff882d8bfdcda8a81c /README.md
parent2311087b685e8dc0f21f4a89875f25c22f5c39a9 (diff)
README.md: removed unnecessary schemes
`mailto:` scheme on text looking like email-address is unnecessary in Markdown. [Fix GH-1827] Co-Authored-By: YoeriH <yoeri90@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a24329fe8..9386ee5819 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ send the following phrase:
subscribe
in the mail body (not subject) to the address
-<mailto:ruby-talk-request@ruby-lang.org>.
+<ruby-talk-request@ruby-lang.org>.
## How to compile and install
@@ -172,4 +172,4 @@ See the file [CONTRIBUTING.md](CONTRIBUTING.md)
Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in
1995.
-<mailto:matz@ruby-lang.org>
+<matz@ruby-lang.org>