From 3d205be40a9e61667b694aee707608d3fa6c3005 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Tue, 1 Apr 2025 07:44:01 -0500 Subject: [PATCH 1/4] [DOC] Tweaks to contributing docs --- .document | 2 ++ CONTRIBUTING.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.document b/.document index 7d4dc02d4ad502..8132b7e6f0690b 100644 --- a/.document +++ b/.document @@ -46,6 +46,8 @@ NEWS.md README.md README.ja.md +CONTRIBUTING.md + COPYING COPYING.ja diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13df6087cad9b6..af61d429026499 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,2 @@ -See ["Contributing to Ruby"](https://docs.ruby-lang.org/en/master/contributing_md.html), which includes setup and build instructions. +See ["Contributing to Ruby"](contributing/contributing.md), +which includes setup and build instructions. From f5bc60acfbf17422be8d4ffbb69323eb162095c8 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 2 Apr 2025 13:15:17 -0500 Subject: [PATCH 2/4] [DOC] Tweaks to contributing docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af61d429026499..dbe6ad2324d3ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,2 +1,2 @@ -See ["Contributing to Ruby"](contributing/contributing.md), +See ["Contributing to Ruby"](https://docs.ruby-lang.org/en/3.4/contributing_md.html), which includes setup and build instructions. From 3936a9065a9af756ae2c6d47d25e7a33ef9cf290 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Thu, 3 Apr 2025 09:51:06 -0500 Subject: [PATCH 3/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbe6ad2324d3ae..b2e2d2d38fb086 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,2 +1,2 @@ -See ["Contributing to Ruby"](https://docs.ruby-lang.org/en/3.4/contributing_md.html), +See ["Contributing to Ruby"](https://docs.ruby-lang.org/en/master/contributing_md.html), which includes setup and build instructions. From d3cc5551ad4086dc9ffee81228142e8fd7c7d661 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 9 Apr 2025 18:12:34 -0500 Subject: [PATCH 4/4] [DOC] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2e2d2d38fb086..9f5423c404c85e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,2 +1,2 @@ -See ["Contributing to Ruby"](https://docs.ruby-lang.org/en/master/contributing_md.html), +See ["Contributing to Ruby"](https://docs.ruby-lang.org/en/master/contributing/contributing_md.html), which includes setup and build instructions.