diff options
author | Takashi Kokubun <[email protected]> | 2023-11-06 09:46:14 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-11-06 09:46:37 -0800 |
commit | ee25ac49f3a487dea8a22ae65b33f2b927706a7c (patch) | |
tree | 6365af3f52ede12eca468d4f444e1c829cfb0059 /doc/contributing/building_ruby.md | |
parent | 14bf7164a69944b4e54aa2502cb5749d700505e5 (diff) |
[DOC] Use a relative link like other links
following up on https://github.com/ruby/ruby/pull/8832
Diffstat (limited to 'doc/contributing/building_ruby.md')
-rw-r--r-- | doc/contributing/building_ruby.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index 52f3c241a0..b2a7b007eb 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -107,7 +107,7 @@ If you are having unexplainable build errors, after saving all your work, try ru ## Building on Windows -The documentation for building on Windows can be found [here](https://github.com/ruby/ruby/blob/master/doc/windows.md). +The documentation for building on Windows can be found [here](../windows.md). ## More details |