Skip to content

Commit 2b7b857

Browse files
committed
fix: update references to main branch
1 parent acb92dd commit 2b7b857

File tree

5 files changed

+59
-59
lines changed

5 files changed

+59
-59
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77

88
name: CI

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ codebase.
137137

138138
- Initial version
139139

140-
[MIGRATING.md]: https://github.com/rustedpy/result/blob/master/MIGRATING.md
140+
[MIGRATING.md]: https://github.com/rustedpy/result/blob/main/MIGRATING.md
141141
[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.0...HEAD
142142
[0.16.0]: https://github.com/rustedpy/result/compare/v0.15.0...v0.16.0
143143
[0.15.0]: https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ test: phony
2727
docs: phony
2828
lazydocs \
2929
--overview-file README.md \
30-
--src-base-url https://github.com/rustedpy/result/blob/master/ \
30+
--src-base-url https://github.com/rustedpy/result/blob/main/ \
3131
./src/result

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Result
22

3-
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/rustedpy/result/ci.yml?branch=master)](https://github.com/rustedpy/result/actions/workflows/ci.yml?query=branch%3Amaster)
4-
[![Coverage](https://codecov.io/gh/rustedpy/result/branch/master/graph/badge.svg)](https://codecov.io/gh/rustedpy/result)
3+
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/rustedpy/result/ci.yml?branch=main)](https://github.com/rustedpy/result/actions/workflows/ci.yml?query=branch%3Amaster)
4+
[![Coverage](https://codecov.io/gh/rustedpy/result/branch/main/graph/badge.svg)](https://codecov.io/gh/rustedpy/result)
55

66
A simple Result type for Python 3 [inspired by
77
Rust](https://doc.rust-lang.org/std/result/), fully type annotated.
@@ -14,7 +14,7 @@ Latest release:
1414
$ pip install result
1515
```
1616

17-
Latest GitHub `master` branch version:
17+
Latest GitHub `main` branch version:
1818

1919
``` sh
2020
$ pip install git+https://github.com/rustedpy/result

0 commit comments

Comments
 (0)