summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-03-10 18:38:29 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-03-10 18:39:21 +0900
commit14f531355f7de4a63fd73726a20760e37c3e7da7 (patch)
tree88f049343481b453ae9babf511bc8cf0489abe5f
parenta62a07f40e49e3eee279a613aa8d9944016e6909 (diff)
downloadmruby-14f531355f7de4a63fd73726a20760e37c3e7da7.tar.gz
mruby-14f531355f7de4a63fd73726a20760e37c3e7da7.zip
Use relative path for files under `doc` directory [ci skip]
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4979ea11a..eb59a52be 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ We don't have a mailing list, but you can use [GitHub issues](https://github.com
## How to compile, test, and install (mruby and gems)
-See the [compile.md](https://github.com/mruby/mruby/blob/master/doc/guides/compile.md) file.
+See the [compile.md](doc/guides/compile.md) file.
## Building documentation
@@ -57,12 +57,12 @@ You can also view them in your browser
mruby contains a package manager called *mrbgems*. To create extensions
in C and/or Ruby you should create a *GEM*. For a documentation of how to
-use mrbgems consult the file [mrbgems.md](https://github.com/mruby/mruby/blob/master/doc/guides/mrbgems.md).
+use mrbgems consult the file [mrbgems.md](doc/guides/mrbgems.md).
For example code of how to use mrbgems look into the folder *examples/mrbgems/*.
## License
-mruby is released under the [MIT License](https://github.com/mruby/mruby/blob/master/LICENSE).
+mruby is released under the [MIT License](LICENSE).
## Note for License