🚛 Change default branch to main

This commit is contained in:
yoshoku 2020-12-12 12:41:27 +09:00
parent c3d271d319
commit b252f504d3
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
[![Build Status](https://github.com/yoshoku/rumale/workflows/build/badge.svg)](https://github.com/yoshoku/rumale/actions?query=workflow%3Abuild)
[![Gem Version](https://badge.fury.io/rb/rumale.svg)](https://badge.fury.io/rb/rumale)
[![BSD 2-Clause License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/master/LICENSE.txt)
[![BSD 2-Clause License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/LICENSE.txt)
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/)
Rumale (**Ru**by **ma**chine **le**arning) is a machine learning library in Ruby.
@ -244,4 +244,4 @@ The gem is available as open source under the terms of the [BSD 2-clause License
## Code of Conduct
Everyone interacting in the Rumale projects codebases, issue trackers,
chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/yoshoku/Rumale/blob/master/CODE_OF_CONDUCT.md).
chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/yoshoku/Rumale/blob/main/CODE_OF_CONDUCT.md).

View File

@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.metadata = {
'homepage_uri' => 'https://github.com/yoshoku/rumale',
'changelog_uri' => 'https://github.com/yoshoku/rumale/blob/master/CHANGELOG.md',
'changelog_uri' => 'https://github.com/yoshoku/rumale/blob/main/CHANGELOG.md',
'source_code_uri' => 'https://github.com/yoshoku/rumale',
'documentation_uri' => 'https://yoshoku.github.io/rumale/doc/',
'bug_tracker_uri' => 'https://github.com/yoshoku/rumale/issues'