Skip to content

Commit bb990ce

Browse files
authored
Fix links and badges in the README (#6)
1 parent cbad97c commit bb990ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Patch
22

3-
[![Checks](https://github.com/uniphil/patch-rs/actions/workflows/checks.yml/badge.svg)](https://github.com/uniphil/patch-rs/actions/workflows/checks.yml)
4-
[![Crates.io Badge](https://img.shields.io/crates/v/patch.svg)](https://crates.io/crates/patch)
3+
[![Checks](https://github.com/gitpatch-rs/gitpatch/actions/workflows/checks.yml/badge.svg)](https://github.com/gitpatch-rs/gitpatch/actions/workflows/checks.yml)
4+
[![Crates.io Badge](https://img.shields.io/crates/v/gitpatch.svg)](https://crates.io/crates/gitpatch)
55
[![docs.rs](https://docs.rs/patch/badge.svg)](https://docs.rs/patch)
6-
[![Lines of Code](https://tokei.rs/b1/github/uniphil/patch-rs)](https://github.com/uniphil/patch-rs)
6+
[![Lines of Code](https://tokei.rs/b1/github/gitpatch-rs/gitpatch)](https://github.com/gitpatch-rs/gitpatch)
77

88
Rust crate for parsing and producing patch files in the [Unified Format].
99

@@ -14,4 +14,4 @@ context and information provided in the diff by those programs.
1414
See the **[Documentation]** for more information and for examples.
1515

1616
[Unified Format]: https://www.gnu.org/software/diffutils/manual/html_node/Unified-Format.html
17-
[Documentation]: https://docs.rs/patch
17+
[Documentation]: https://docs.rs/gitpatch

0 commit comments

Comments
 (0)