Skip to content

Commit cf3f5c8

Browse files
authored
Update CI badge links in README.md
1 parent 2453c4f commit cf3f5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PyArrow Algorithms Toolkit
2-
[![CI Status](https://github.com/yourusername/pyarrow-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/yourusername/pyarrow-algorithms/actions)[![Code Coverage](https://codecov.io/gh/yourusername/pyarrow-algorithms/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/pyarrow-algorithms)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2+
[![CI Status](https://github.com/codeamt/pyarrow-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/codeamt/pyarrow-algorithms/actions)[![Code Coverage](https://codecov.io/gh/codeamt/pyarrow-algorithms/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/pyarrow-algorithms)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
33

44
High-performance foundational system design algorithm implementations using PyArrow and modern Python.
55

@@ -59,4 +59,4 @@ pytest tests/ --hypothesis-show-statistics --cov=src
5959
4. Submit Pull Request
6060

6161
## License
62-
MIT License - See [LICENSE](LICENSE) for details.
62+
MIT License - See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)