diff options
author | John Mair <jrmair@gmail.com> | 2019-02-05 16:25:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 16:25:47 +0100 |
commit | 7079cd72e320e689abfe9d60b164553b98b5eeaf (patch) | |
tree | 2acba692ab88e7cc5ee4e75d490bafa196d04916 | |
parent | ba41c6b555c7ba75dc7816e990d6cd85a8152132 (diff) | |
parent | 811ab6914558e18f566da801ebf1810777d3dfbb (diff) | |
download | method_source-7079cd72e320e689abfe9d60b164553b98b5eeaf.tar.gz |
Merge pull request #56 from nisusam/fix_documentation_link
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 |