Skip to content

Commit

Permalink
fix: update references to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
francium committed Feb 12, 2024
1 parent acb92dd commit 2b7b857
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
push:
branches:
- master
- main
pull_request:

name: CI
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ codebase.

- Initial version

[MIGRATING.md]: https://github.com/rustedpy/result/blob/master/MIGRATING.md
[MIGRATING.md]: https://github.com/rustedpy/result/blob/main/MIGRATING.md
[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/rustedpy/result/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ test: phony
docs: phony
lazydocs \
--overview-file README.md \
--src-base-url https://github.com/rustedpy/result/blob/master/ \
--src-base-url https://github.com/rustedpy/result/blob/main/ \
./src/result
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Result

[![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)
[![Coverage](https://codecov.io/gh/rustedpy/result/branch/master/graph/badge.svg)](https://codecov.io/gh/rustedpy/result)
[![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)
[![Coverage](https://codecov.io/gh/rustedpy/result/branch/main/graph/badge.svg)](https://codecov.io/gh/rustedpy/result)

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

Latest GitHub `master` branch version:
Latest GitHub `main` branch version:

``` sh
$ pip install git+https://github.com/rustedpy/result
Expand Down
Loading

0 comments on commit 2b7b857

Please sign in to comment.