diff --git a/ChangeLog b/ChangeLog index ce8bcbffe6..93ec6d8193 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 26 11:02:04 2016 SHIBATA Hiroshi + + * README.md: update markdown syntax for anchor tag. + [fix GH-1265] Patch by @lukBarros + Fri Feb 26 10:52:29 2016 Alex Boyd * lib/irb.rb: avoid to needless truncation when using back_trace_limit option. diff --git a/README.md b/README.md index c599d8954c..24178ee810 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ to remove old configuration after installing them in such case. ## Copying -See the file `COPYING`. +See the file [COPYING](COPYING.md). ## Feedback @@ -156,7 +156,7 @@ Bug reports should be filed at http://bugs.ruby-lang.org. Read [HowToReport] for ##Contributing -See the file `CONTRIBUTING.md` +See the file [CONTRIBUTING.md](CONTRIBUTING.md) ## The Author