Skip to content

Commit 0dc126a

Browse files
hovinenbcopybara-github
authored andcommitted
Fix the link to the current CI status in README.md
Due to a copy-paste error, it was pointing to the non-existent "master" branch rather than the correct "main" branch. PiperOrigin-RevId: 503419449
1 parent 815e9f1 commit 0dc126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[license-badge]: https://img.shields.io/badge/license-Apache-blue.svg
1313
[license-url]: https://github.com/google/googletest-rust/blob/main/LICENSE
1414
[actions-badge]: https://github.com/google/googletest-rust/workflows/CI/badge.svg
15-
[actions-url]: https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amaster
15+
[actions-url]: https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amain
1616

1717
This library brings the rich assertion types of Google's C++ testing library
1818
[GoogleTest](https://github.com/google/googletest) to Rust. It provides:

0 commit comments

Comments
 (0)