diff --git a/mrbgems/mruby-bigint/README.md b/mrbgems/mruby-bigint/README.md index 81b368601..3b1e1d910 100644 --- a/mrbgems/mruby-bigint/README.md +++ b/mrbgems/mruby-bigint/README.md @@ -1,5 +1,5 @@ # Multi-precision Integer extension for mruby -This extension uses fgmp, which is a public domain implementation of a subset of the GNU gmp library by Mark Henderson -But it's heavily modified to fit with mruby. You can get the original source code from -You can read the original README for fgmp in +This extension uses fgmp, which is a public domain implementation of a subset of the GNU gmp library by Mark Henderson . +But it's heavily modified to fit with mruby. You can get the original source code from . +You can read the original README for fgmp in [README-fgmp.md](README-fgmp.md).