diff options
author | nisusam <nishant.samel@gmail.com> | 2019-02-05 20:45:15 +0530 |
---|---|---|
committer | nisusam <nishant.samel@gmail.com> | 2019-02-05 20:48:12 +0530 |
commit | 811ab6914558e18f566da801ebf1810777d3dfbb (patch) | |
tree | 2acba692ab88e7cc5ee4e75d490bafa196d04916 | |
parent | ba41c6b555c7ba75dc7816e990d6cd85a8152132 (diff) | |
download | method_source-811ab6914558e18f566da801ebf1810777d3dfbb.tar.gz |
Fix `documentation` link
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 3788e93..d751834 100644 --- a/README.markdown +++ b/README.markdown @@ -22,7 +22,7 @@ It is written in pure Ruby (no C). `UnboundMethod` and `Proc` classes. * Install the [gem](https://rubygems.org/gems/method_source): `gem install method_source` -* Read the [documentation](http://rdoc.info/github/banister/method_source/master/file/README.markdown) +* Read the [documentation](https://www.rubydoc.info/github/banister/method_source/master) * See the [source code](http://github.com/banister/method_source) Example: display method source |