File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Financial Contributors on Open Collective] ( https://opencollective.com/quantum/all/badge.svg?label=financial+contributors )] ( https://opencollective.com/quantum )
4
4
[ ![ .github/workflows/branch_main.yml] ( https://github.com/quantum-elixir/quantum-core/actions/workflows/branch_main.yml/badge.svg )] ( https://github.com/quantum-elixir/quantum-core/actions/workflows/branch_main.yml )
5
- [ ![ Coverage Status] ( https://coveralls.io/repos/quantum-elixir/quantum-core/badge.svg?branch=master )] ( https://coveralls.io/r/quantum-elixir/quantum-core?branch=master )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/quantum-elixir/quantum-core/badge.svg?branch=main )] ( https://coveralls.io/r/quantum-elixir/quantum-core?branch=main )
6
6
[ ![ Module Version] ( https://img.shields.io/hexpm/v/quantum.svg )] ( https://hex.pm/packages/quantum )
7
7
[ ![ Hex Docs] ( https://img.shields.io/badge/hex-docs-lightgreen.svg )] ( https://hexdocs.pm/quantum/ )
8
8
[ ![ Total Download] ( https://img.shields.io/hexpm/dt/quantum.svg )] ( https://hex.pm/packages/quantum )
9
- [ ![ License] ( https://img.shields.io/hexpm/l/quantum.svg )] ( https://github.com/quantum-elixir/quantum-core/blob/master /LICENSE )
10
- [ ![ Last Updated] ( https://img.shields.io/github/last-commit/quantum-elixir/quantum-core.svg )] ( https://github.com/quantum-elixir/quantum-core/commits/master )
9
+ [ ![ License] ( https://img.shields.io/hexpm/l/quantum.svg )] ( https://github.com/quantum-elixir/quantum-core/blob/main /LICENSE )
10
+ [ ![ Last Updated] ( https://img.shields.io/github/last-commit/quantum-elixir/quantum-core.svg )] ( https://github.com/quantum-elixir/quantum-core/commits/main )
11
11
12
- > ** This README follows master , which may not be the currently published version** . Here are the
12
+ > ** This README follows main , which may not be the currently published version** . Here are the
13
13
[ docs for the latest published version of Quantum] ( https://hexdocs.pm/quantum/readme.html ) .
14
14
15
15
[ Cron] ( https://en.wikipedia.org/wiki/Cron ) -like job scheduler for [ Elixir] ( http://elixir-lang.org/ ) .
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ defmodule Quantum.Mixfile do
61
61
exclude_patterns: [ ~r[ priv/plts] ] ,
62
62
licenses: [ "Apache-2.0" ] ,
63
63
links: % {
64
- "Changelog" => "#{ @ source_url } /blob/master /CHANGELOG.md" ,
64
+ "Changelog" => "#{ @ source_url } /blob/main /CHANGELOG.md" ,
65
65
"GitHub" => @ source_url
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments