README.md in aruba-1.1.1 vs README.md in aruba-1.1.2

- old
+ new

@@ -1,6 +1,6 @@ -[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cucumber/aruba/master/LICENSE) +[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cucumber/aruba/main/LICENSE) [![Docs](https://img.shields.io/badge/cucumber.pro-aruba-3d10af.svg)](https://app.cucumber.pro/projects/aruba) [![Gem Version](https://badge.fury.io/rb/aruba.svg)](http://badge.fury.io/rb/aruba) [![Code Climate](https://codeclimate.com/github/cucumber/aruba.svg)](https://codeclimate.com/github/cucumber/aruba) [![Support](https://img.shields.io/badge/cucumber-support-orange.svg)](https://cucumber.io/support) @@ -30,11 +30,11 @@ ## Usage ### As a user getting started with Aruba Our most current documentation to get started with Aruba as a user can be -found in [./features/](https://github.com/cucumber/aruba/tree/master/features/). +found in [./features/](https://github.com/cucumber/aruba/tree/main/features/). ### As a user getting started with a ruby testing framework * **Cucumber**: @@ -55,19 +55,19 @@ A full documentation of the API for developers can be found on [RubyDoc](http://www.rubydoc.info/gems/aruba). ## Support -### Channels - For support, please have a look at the [support website](https://cucumber.io/support) of Cucumber. You have different options to reach out for help: Recommended for Aruba are using the Slack channels — e.g. `committers-aruba` or `help-cucumber-ruby` -— ([register account](https://cucumberbdd-slack-invite.herokuapp.com/)), and the +— ([register account](https://cucumberbdd-slack-invite.herokuapp.com/)) + +Concrete issues can be reported via the [Issues page on GitHub](https://github.com/cucumber/aruba/issues). -### Maintainers +## Maintainers Currently, this gem is mainly maintained by this group of people: * [@mvz](https://github.com/mvz) @@ -89,10 +89,10 @@ Please see the [CONTRIBUTING](CONTRIBUTING.md) file. ## Code branches -Development takes place in the `master` branch and currently targets the 1.x +Development takes place in the `main` branch and currently targets the 1.x releases. If necessary, maintenance of the old 0.14.x releases takes place in the `0-14-stable` branch. Stable branches will not be created until absolutely necessary. ## License