[前][次][番号順一覧][スレッド一覧]

ruby-changes:69529

From: Jeremy <ko1@a...>
Date: Sat, 30 Oct 2021 10:15:52 +0900 (JST)
Subject: [ruby-changes:69529] 2898805535 (master): Use rdoc-ref to fix a few links in the README

https://git.ruby-lang.org/ruby.git/commit/?id=2898805535

From 2898805535104c330e1e5c64c8065a108f1f2895 Mon Sep 17 00:00:00 2001
From: Jeremy Evans <code@j...>
Date: Tue, 12 Oct 2021 12:31:50 -0700
Subject: 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]
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8d23de8b7a8..89b5fbb12fd 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ is required. https://github.com/ruby/ruby/blob/trunk/README.md#L92
 ## 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. https://github.com/ruby/ruby/blob/trunk/README.md#L164
 
 ## 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 https://github.com/ruby/ruby/blob/trunk/README.md#L178
 
 ## Contributing
 
-See the file [CONTRIBUTING.md](CONTRIBUTING.md)
+See the file [CONTRIBUTING.md](rdoc-ref:CONTRIBUTING)
 
 ## The Author
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]