diff options
author | Jeremy Evans <code@jeremyevans.net> | 2021-10-12 12:31:50 -0700 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-10-30 10:15:40 +0900 |
commit | 2898805535104c330e1e5c64c8065a108f1f2895 (patch) | |
tree | 472e0667ff61b6729c618d848b9fa97d0cb7910f | |
parent | 09bdb43567b0ae3c46180073043136ec8ec0f6a2 (diff) |
Use rdoc-ref to fix a few links in the README
This may break linking on GitHub, but it's more important for the
links to work in the documentation generated by rdoc.
Fixes [Bug #14743]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4958
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,7 +92,7 @@ is required. ## How to compile and install 1. If you want to use Microsoft Visual C++ to compile Ruby, read - [win32/README.win32](win32/README.win32) instead of this document. + [win32/README.win32](rdoc-ref:win32/README.win32) instead of this document. 2. Run `./autogen.sh` to generate configure, when you build the source checked out from the Git repository. @@ -164,7 +164,7 @@ to remove old configuration after installing them in such case. ## Copying -See the file [COPYING](COPYING). +See the file [COPYING](rdoc-ref:COPYING). ## Feedback @@ -178,7 +178,7 @@ Bugs should be reported at https://bugs.ruby-lang.org. Read [HowToReport] for mo ## Contributing -See the file [CONTRIBUTING.md](CONTRIBUTING.md) +See the file [CONTRIBUTING.md](rdoc-ref:CONTRIBUTING) ## The Author |