summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJon Moss <[email protected]>2015-09-29 08:36:37 -0400
committerJon Moss <[email protected]>2015-09-29 08:36:37 -0400
commitf654a567e1962eecef1a12e1071431dbe5cbc328 (patch)
tree4c1879ed745c589de9fccee0f02972fffad6ccf5 /README.md
parenta9b78063aa32b92675fc9646f1e73ba6c7d0c821 (diff)
downloadmruby-f654a567e1962eecef1a12e1071431dbe5cbc328.tar.gz
mruby-f654a567e1962eecef1a12e1071431dbe5cbc328.zip
Retain #2595 markdown short links
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index e4e0542a9..428fc497f 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-[![Build Status](https://travis-ci.org/mruby/mruby.svg?branch=master)](https://travis-ci.org/mruby/mruby)
+[![Build Status][build-status-img]][travis-ci]
## What is mruby
mruby is the lightweight implementation of the Ruby language complying to (part
-of) the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579). Its syntax is Ruby 1.9 compatible.
+of) the [ISO standard][ISO-standard]. Its syntax is Ruby 1.9 compatible.
mruby can be linked and embedded within your application. We provide the
interpreter program "mruby" and the interactive mruby shell "mirb" as examples.
@@ -78,8 +78,13 @@ Please ask us if you want to distribute your code under another license.
## How to Contribute
-See the [contribution guidelines](CONTRIBUTING.md), and then send a pull
+See the [contribution guidelines][contribution-guidelines], and then send a pull
request to <http://github.com/mruby/mruby>. We consider you have granted
non-exclusive right to your contributed code under MIT license. If you want to
be named as one of mruby developers, please include an update to the AUTHORS
file in your pull request.
+
+[ISO-standard]: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579
+[build-status-img]: https://travis-ci.org/mruby/mruby.svg?branch=master
+[contribution-guidelines]: CONTRIBUTING.md
+[travis-ci]: https://travis-ci.org/mruby/mruby