🚛 Change default branch to main
This commit is contained in:
parent
c3d271d319
commit
b252f504d3
|
@ -4,7 +4,7 @@
|
|||
|
||||
[](https://github.com/yoshoku/rumale/actions?query=workflow%3Abuild)
|
||||
[](https://badge.fury.io/rb/rumale)
|
||||
[](https://github.com/yoshoku/rumale/blob/master/LICENSE.txt)
|
||||
[](https://github.com/yoshoku/rumale/blob/main/LICENSE.txt)
|
||||
[](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 project’s 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).
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue