Skip to content

Commit

Permalink
change references of master to main (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Jun 11, 2021
1 parent 8bdb8da commit b459313
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-merge-conflict
# Check for debugger imports and py37+ `breakpoint()` calls in Python source.
- id: debug-statements
# Don't commit to master branch.
# Don't commit to main branch.
- id: no-commit-to-branch
- repo: https://github.com/psf/black
rev: '21.5b2'
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<p align="center">

<a href="https://cirrus-ci.com/github/SciTools-/nc-time-axis">
<img src="https://api.cirrus-ci.com/github/SciTools/nc-time-axis.svg?branch=master"
<img src="https://api.cirrus-ci.com/github/SciTools/nc-time-axis.svg?branch=main"
alt="cirrus-ci">
</a>
<a href="https://codecov.io/gh/SciTools/nc-time-axis">
<img src="https://codecov.io/gh/SciTools/nc-time-axis/branch/master/graph/badge.svg?token=JicwCCHwLd"
<img src="https://codecov.io/gh/SciTools/nc-time-axis/branch/main/graph/badge.svg?token=JicwCCHwLd"
alt="codecov">
</a>
<a href="https://results.pre-commit.ci/latest/github/SciTools/nc-time-axis/master">
<img src="https://results.pre-commit.ci/badge/github/SciTools/nc-time-axis/master.svg"
<a href="https://results.pre-commit.ci/latest/github/SciTools/nc-time-axis/main">
<img src="https://results.pre-commit.ci/badge/github/SciTools/nc-time-axis/main.svg"
alt="pre-commit.ci">
</a>
<a href="https://anaconda.org/conda-forge/nc-time-axis">
Expand All @@ -30,7 +30,7 @@
<img src="https://img.shields.io/badge/code%20style-black-000000.svg"
alt="black">
</a>
<a href="https://github.com/SciTools/nc-time-axis/blob/master/LICENSE">
<a href="https://github.com/SciTools/nc-time-axis/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/SciTools/nc-time-axis?style=plastic"
alt="license">
</a>
Expand Down Expand Up @@ -76,7 +76,7 @@ Or `pip`:
plt.ylabel("Temperature")
plt.show()

![alt text](https://github.com/SciTools/nc-time-axis/raw/master/example_plot.png "Example plot with cftime axis")
![alt text](https://github.com/SciTools/nc-time-axis/raw/main/example_plot.png "Example plot with cftime axis")


## Reference
Expand Down

0 comments on commit b459313

Please sign in to comment.