Skip to content

Commit d7c1b3b

Browse files
committed
Fix branch in badges def
1 parent 3fcfbab commit d7c1b3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<div align="center">
44

5-
[![Build](https://github.com/stancld/rust-unidecode/actions/workflows/build_and_install.yml/badge.svg?branch=master&event=push)](https://github.com/stancld/rust-unidecode/actions/workflows/build_and_install.yml)
5+
[![Build](https://github.com/stancld/rust-unidecode/actions/workflows/build_and_install.yml/badge.svg?branch=pyo3&event=push)](https://github.com/stancld/rust-unidecode/actions/workflows/build_and_install.yml)
66
[![Python version](https://img.shields.io/badge/python-3.11%7C3.12%7C3.13-blue)](https://img.shields.io/badge/python-3.11%7C3.12%7C3.13-blue)
7-
[![Tests](https://github.com/stancld/rust-unidecode/actions/workflows/tests.yml/badge.svg?branch=master&event=push)](https://github.com/stancld/rust-unidecode/actions/workflows/tests.yml)
8-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/stancld/rust-unidecode/blob/master/LICENSE)
7+
[![Tests](https://github.com/stancld/rust-unidecode/actions/workflows/tests.yml/badge.svg?branch=pyo3&event=push)](https://github.com/stancld/rust-unidecode/actions/workflows/tests.yml)
8+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/stancld/rust-unidecode/blob/pyo3/LICENSE)
99

1010
______________________________________________________________________
1111
</div>

0 commit comments

Comments
 (0)