From b866546f8241e3b6702fe36ccfa6705d97bae8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 7 Jan 2025 11:22:08 +0100 Subject: [PATCH] Fix CONTRIBUTING docs links --- source/blog/2018-03-09-february-bundler-update.html.markdown | 2 +- source/blog/2018-04-09-march-bundler-update.html.markdown | 2 +- .../2018-05-07-april-bundler-monthly-update.html.markdown | 2 +- source/blog/2018-06-07-may-bundler-update.html.markdown | 2 +- source/blog/2018-07-12-june-bundler-update.html.markdown | 2 +- source/blog/2018-08-10-july-bundler-update.html.markdown | 2 +- source/blog/2018-09-10-august-bundler-update.html.markdown | 2 +- source/blog/2018-10-15-september-monthly-update.html.markdown | 2 +- source/blog/2018-11-05-october-monthly-update.html.markdown | 2 +- source/blog/2018-12-08-november-monthly-update.html.markdown | 2 +- source/blog/2019-02-02-december-monthly-update.html.markdown | 2 +- ...2019-03-12-january-february-bimonthly-update.html.markdown | 2 +- source/blog/2020-04-27-march-monthly-update.html.markdown | 2 +- source/guides/getting_started.html.md | 4 ++-- source/localizable/index.html.haml | 4 ++-- source/v2.3/docs.html.haml | 2 +- source/v2.4/docs.html.haml | 2 +- source/v2.5/docs.html.haml | 2 +- source/v2.6/docs.html.haml | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/source/blog/2018-03-09-february-bundler-update.html.markdown b/source/blog/2018-03-09-february-bundler-update.html.markdown index 0043b2a5d6..f5a6fc9b6d 100644 --- a/source/blog/2018-03-09-february-bundler-update.html.markdown +++ b/source/blog/2018-03-09-february-bundler-update.html.markdown @@ -13,4 +13,4 @@ Bundler saw some fixes in February thanks to contributors [@nholden](https://git This month, Bundler gained 23 new commits, contributed by 8 authors. There were 291 additions and 59 deletions across 50 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. \ No newline at end of file +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. \ No newline at end of file diff --git a/source/blog/2018-04-09-march-bundler-update.html.markdown b/source/blog/2018-04-09-march-bundler-update.html.markdown index 022a7fba8d..2c2f47b874 100644 --- a/source/blog/2018-04-09-march-bundler-update.html.markdown +++ b/source/blog/2018-04-09-march-bundler-update.html.markdown @@ -12,4 +12,4 @@ Bundler saw a variety of bug fixes in March thanks to our contributors, includin Coming up next, we expect to ship bug fixes, push out a small feature release, and begin public testing on Bundler 2.0. In total, Bundler gained 60 new commits, contributed by 13 authors. There were 353 additions and 97 deletions across 47 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown b/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown index d75aec97ad..c63beb0d72 100644 --- a/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown +++ b/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown @@ -10,4 +10,4 @@ Welcome to the Bundler monthly update! This month, we fixed various bugs, worked towards releasing 1.16.2 with more bug fixes, and improved the way we hide Git URL usernames and passwords for the future. Bundler gained 28 new commits, contributed by 15 authors. There were 204 additions and 35 deletions across 22 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-06-07-may-bundler-update.html.markdown b/source/blog/2018-06-07-may-bundler-update.html.markdown index 32d32a927c..c10936e054 100644 --- a/source/blog/2018-06-07-may-bundler-update.html.markdown +++ b/source/blog/2018-06-07-may-bundler-update.html.markdown @@ -12,4 +12,4 @@ Last month, Bundler saw some bug fixes, [a new `--skip-install` flag](https://gi Bundler gained 9 new commits, contributed by 3 authors. There were 66 additions and 48 deletions across 17 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file diff --git a/source/blog/2018-07-12-june-bundler-update.html.markdown b/source/blog/2018-07-12-june-bundler-update.html.markdown index 56b7e9e7d7..59e709c5c3 100644 --- a/source/blog/2018-07-12-june-bundler-update.html.markdown +++ b/source/blog/2018-07-12-june-bundler-update.html.markdown @@ -16,4 +16,4 @@ We published a new zine called ["The Evolution of Bundler"](https://shop.rubytog This month, Bundler gained 63 new commits, contributed by 12 authors. There were 738 additions and 102 deletions across 48 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-08-10-july-bundler-update.html.markdown b/source/blog/2018-08-10-july-bundler-update.html.markdown index 3f0e263ade..5a651647d9 100644 --- a/source/blog/2018-08-10-july-bundler-update.html.markdown +++ b/source/blog/2018-08-10-july-bundler-update.html.markdown @@ -16,4 +16,4 @@ In other exciting news, we added a new contributor to the core team. Welcome [Da This month, Bundler gained 63 new commits, contributed by 8 authors. There were 1,442 additions and 72 deletions across 33 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-09-10-august-bundler-update.html.markdown b/source/blog/2018-09-10-august-bundler-update.html.markdown index 087ec2e6da..dfb3f3077f 100644 --- a/source/blog/2018-09-10-august-bundler-update.html.markdown +++ b/source/blog/2018-09-10-august-bundler-update.html.markdown @@ -17,4 +17,4 @@ Grey is the author of [Dependabot](https://dependabot.com), and has regularly co In total this month, Bundler gained 58 new commits, contributed by 10 authors. There were 334 additions and 54 deletions across 30 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file diff --git a/source/blog/2018-10-15-september-monthly-update.html.markdown b/source/blog/2018-10-15-september-monthly-update.html.markdown index 81009dcec0..71af40352a 100644 --- a/source/blog/2018-10-15-september-monthly-update.html.markdown +++ b/source/blog/2018-10-15-september-monthly-update.html.markdown @@ -13,4 +13,4 @@ We also decided how to drop backwards compatibility with old Ruby versions, allo In September, Bundler gained 73 new commits, contributed by 12 authors. There were 419 additions and 151 deletions across 40 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-11-05-october-monthly-update.html.markdown b/source/blog/2018-11-05-october-monthly-update.html.markdown index b785dc5d90..ec2275fb98 100644 --- a/source/blog/2018-11-05-october-monthly-update.html.markdown +++ b/source/blog/2018-11-05-october-monthly-update.html.markdown @@ -13,4 +13,4 @@ We also announced our [new plan for Bundler 2.0](https://bundler.io/blog/2018/11 This month, Bundler gained 107 new commits, contributed by 10 authors. There were 473 additions and 156 deletions across 35 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-12-08-november-monthly-update.html.markdown b/source/blog/2018-12-08-november-monthly-update.html.markdown index 511fe0bd7b..9bbe250dd6 100644 --- a/source/blog/2018-12-08-november-monthly-update.html.markdown +++ b/source/blog/2018-12-08-november-monthly-update.html.markdown @@ -14,4 +14,4 @@ For the less adventurous, we’re writing documentation furiously, and we will p This month, Bundler gained 44 new commits, contributed by 10 authors. There were 331 additions and 150 deletions across 51 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2019-02-02-december-monthly-update.html.markdown b/source/blog/2019-02-02-december-monthly-update.html.markdown index 03f0cf195b..c04e44910c 100644 --- a/source/blog/2019-02-02-december-monthly-update.html.markdown +++ b/source/blog/2019-02-02-december-monthly-update.html.markdown @@ -12,4 +12,4 @@ Second, Bundler [shipped version 2.0](https://bundler.io/blog/2019/01/03/announc Bundler gained 55 new commits, contributed by 7 authors. There were 225 additions and 63 deletions across 21 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown b/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown index 5065f3d8b6..47323699a9 100644 --- a/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown +++ b/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown @@ -47,4 +47,4 @@ In January and February, Bundler gained 110 new commits, contributed by 11 autho --- -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2020-04-27-march-monthly-update.html.markdown b/source/blog/2020-04-27-march-monthly-update.html.markdown index 54bc3244cf..bb3ab66fad 100644 --- a/source/blog/2020-04-27-march-monthly-update.html.markdown +++ b/source/blog/2020-04-27-march-monthly-update.html.markdown @@ -13,5 +13,5 @@ Not just the repositories have changed, either: the Bundler and RubyGems teams h From this point forward, Bundler news will be reported together with RubyGems news. Hooray! 🎉 --- -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/guides/getting_started.html.md b/source/guides/getting_started.html.md index 21e11f8666..1bb4e4a45c 100644 --- a/source/guides/getting_started.html.md +++ b/source/guides/getting_started.html.md @@ -126,7 +126,7 @@ Bundler has a lot of contributors and users, and they all talk to each other qui If you have questions, try [the IRC channel](http://webchat.freenode.net/?channels=bundler) or [mailing list](http://groups.google.com/group/ruby-bundler). If you're interested in contributing to the project (no programming skills needed), -read [the contributing guide](https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md) +read [the contributing guide](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) or [the development guide](https://github.com/rubygems/rubygems/blob/master/bundler/doc/development/README.md). While participating in the Bundler project, please keep the [code of conduct](/conduct.html) in mind, and be inclusive and friendly towards everyone. If you have sponsorship or security questions, please contact the core team directly. @@ -134,5 +134,5 @@ in mind, and be inclusive and friendly towards everyone. If you have sponsorship Code of Conduct #bundler on IRC Mailing list -Contributing +Contributing Email core team diff --git a/source/localizable/index.html.haml b/source/localizable/index.html.haml index 130ab02cc4..c6fa547df2 100644 --- a/source/localizable/index.html.haml +++ b/source/localizable/index.html.haml @@ -68,7 +68,7 @@ Bundler has a lot of contributors and users, and we would love to have your help! If you have questions, join #{link_to 'the Bundler Slack', 'https://join.slack.com/t/bundler/shared_invite/zt-1rrsuuv3m-OmXKWQf8K6iSla4~F1DBjQ'} and we'll try to answer them. If you're interested in contributing (no programming skills needed), start with - #{link_to 'the contributing guide', 'https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md'}. + #{link_to 'the contributing guide', 'https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md'}. While participating in the Bundler project, please keep the #{link_to 'code of conduct', '/conduct.html'} in mind, and be inclusive and friendly towards everyone. If you think you've found a security issue, please report it via #{link_to 'HackerOne', 'https://hackerone.com/rubygems'}. @@ -76,5 +76,5 @@ .d-grid.d-md-flex.gap-2.mx-auto.my-md-4.justify-content-md-center = link_to 'Code of Conduct', '/conduct.html', class: 'btn btn-primary btn-lg' = link_to 'Join the Bundler Slack', 'https://join.slack.com/t/bundler/shared_invite/zt-1rrsuuv3m-OmXKWQf8K6iSla4~F1DBjQ', class: 'btn btn-primary btn-lg' - = link_to 'Contributing guide', 'https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/README.md', class: 'btn btn-primary btn-lg' + = link_to 'Contributing guide', 'https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md', class: 'btn btn-primary btn-lg' = link_to 'Report security issue', 'https://hackerone.com/rubygems', class: 'btn btn-primary btn-lg' diff --git a/source/v2.3/docs.html.haml b/source/v2.3/docs.html.haml index a38d6c5bb1..bc7913f7d9 100644 --- a/source/v2.3/docs.html.haml +++ b/source/v2.3/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "/doc/readme.html" + %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" .col-md-5.offset-md-1.col-12 %h3 diff --git a/source/v2.4/docs.html.haml b/source/v2.4/docs.html.haml index a38d6c5bb1..bc7913f7d9 100644 --- a/source/v2.4/docs.html.haml +++ b/source/v2.4/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "/doc/readme.html" + %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" .col-md-5.offset-md-1.col-12 %h3 diff --git a/source/v2.5/docs.html.haml b/source/v2.5/docs.html.haml index a38d6c5bb1..bc7913f7d9 100644 --- a/source/v2.5/docs.html.haml +++ b/source/v2.5/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "/doc/readme.html" + %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" .col-md-5.offset-md-1.col-12 %h3 diff --git a/source/v2.6/docs.html.haml b/source/v2.6/docs.html.haml index a38d6c5bb1..bc7913f7d9 100644 --- a/source/v2.6/docs.html.haml +++ b/source/v2.6/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "/doc/readme.html" + %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" .col-md-5.offset-md-1.col-12 %h3