aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-08-26 18:20:34 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-08-26 18:20:34 +0900
commit9e331f2b33b562bb760f5db301d7ab76eb4922a0 (patch)
treea16752d506901d2d43e06a9e248e977cd872ac25 /CONTRIBUTING.md
parent4c1ca766918014b90caf37b08591485bc4261906 (diff)
downloadruby-openssl-9e331f2b33b562bb760f5db301d7ab76eb4922a0.tar.gz
Fix History link in CONTRIBUTING.md
Follow up commit 7fbfed8cf97b.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3aecfaef..523c555e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,7 +32,7 @@ Make sure that your branch does:
* Have good commit messages
* Follow Ruby's coding style ([DeveloperHowTo])
* Pass the test suite successfully (see "Testing")
-* Add an entry to [History.rdoc] if necessary
+* Add an entry to [History.md] if necessary
## Testing
@@ -127,4 +127,4 @@ _Thanks for your contributions!_
[HackerOne]: https://hackerone.com/ruby
[Security]: https://www.ruby-lang.org/en/security/
[pull request]: https://github.com/ruby/openssl/compare
-[History.rdoc]: https://github.com/ruby/openssl/tree/master/History.rdoc
+[History.md]: https://github.com/ruby/openssl/tree/master/History.md