From 4ff5690edd5df81749c7aafb81b15648143e94f4 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sat, 13 Mar 2021 20:44:14 +0900 Subject: [PATCH 1/3] [Doc] Link to doc/contributing.rdoc from CONTRIBUTING.md [ci skip] --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffdf2dd4b81dad..325871310489d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ -Please see the [official issue tracker] and wiki [HowToContribute]. +Please see the [official issue tracker], [contributing.rdoc] and wiki [HowToContribute]. [official issue tracker]: https://bugs.ruby-lang.org +[contributing.rdoc]: https://github.com/ruby/ruby/blob/master/doc/contributing.rdoc [HowToContribute]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToContribute From 0387454fc0e18c75df86eefa390d0d4ced403205 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 22 Mar 2021 01:25:20 +0900 Subject: [PATCH 2/3] [Doc] Add path prefix `doc/` https://github.com/ruby/ruby/pull/4266#discussion_r598220279 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 325871310489d0..60219ce7bc86c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ -Please see the [official issue tracker], [contributing.rdoc] and wiki [HowToContribute]. +Please see the [official issue tracker], [doc/contributing.rdoc] and wiki [HowToContribute]. [official issue tracker]: https://bugs.ruby-lang.org -[contributing.rdoc]: https://github.com/ruby/ruby/blob/master/doc/contributing.rdoc +[doc/contributing.rdoc]: https://github.com/ruby/ruby/blob/master/doc/contributing.rdoc [HowToContribute]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToContribute From f2ad63b361236df26aae33a19c851f106e752b1b Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 22 Mar 2021 13:33:08 +0900 Subject: [PATCH 3/3] [Doc] Prefer relative path in CONTRIBUTING.md This patch by nobu (Nobuyoshi Nakada), thank you! ref: https://github.com/ruby/ruby/pull/4266#discussion_r598212402 Co-authored-by: Nobuyoshi Nakada --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60219ce7bc86c7..c112806acf4d6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ Please see the [official issue tracker], [doc/contributing.rdoc] and wiki [HowToContribute]. [official issue tracker]: https://bugs.ruby-lang.org -[doc/contributing.rdoc]: https://github.com/ruby/ruby/blob/master/doc/contributing.rdoc +[doc/contributing.rdoc]: doc/contributing.rdoc [HowToContribute]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToContribute