diff options
author | Kenichi Kamiya <kachick1@gmail.com> | 2021-04-03 14:45:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 14:45:18 +0900 |
commit | 6b906ad5643fc6bcd595863ba40b2a283db8de8f (patch) | |
tree | 4ddb577755751ecd02d197be8424d754769e8815 /CONTRIBUTING.md | |
parent | 8a4472fb6d2df0f6407cef24df6a038be90d1462 (diff) |
[Doc] Link to doc/contributing.rdoc from CONTRIBUTING.md (#4266)
* [Doc] Link to doc/contributing.rdoc from CONTRIBUTING.md
[ci skip]
* [Doc] Add path prefix `doc/`
https://github.com/ruby/ruby/pull/4266#discussion_r598220279
* [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 <nobu@ruby-lang.org>
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Notes
Notes:
Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffdf2dd4b8..c112806acf 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], [doc/contributing.rdoc] and wiki [HowToContribute]. [official issue tracker]: https://bugs.ruby-lang.org +[doc/contributing.rdoc]: doc/contributing.rdoc [HowToContribute]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToContribute |