diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-09-15 09:39:43 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-09-15 14:16:14 +0900 |
commit | a27c274f0476fa270b9e2f5d4f4ec36bd8c0b61a (patch) | |
tree | e202f380fea411791140223c7bd9d4ff0a2509f9 /CONTRIBUTING.md | |
parent | 63ab2fedc86e463cb5132e19c285f5c3442ca5f7 (diff) |
[DOC] Fix broken links [ci skip]
* As the "doc/" prefix is specified by the `--page-dir` option,
remove from the rdoc references.
* Refer to the original .rdoc instead of the converted .html.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c112806acf..7363c106a2 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]: doc/contributing.rdoc +[doc/contributing.rdoc]: contributing.rdoc [HowToContribute]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToContribute |