From 067f7bee28ada0f856de9b23133e77647ee74eb6 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:26:44 -0700 Subject: [PATCH] doc: update repo link and Actions badge link --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6212924a..1586ef46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Chris Hennick ", ] license = "MIT" -repository = "https://github.com/Pr0methean/zip.git" +repository = "https://github.com/zip-rs/zip2.git" keywords = ["zip", "archive"] rust-version = "1.70.0" description = """ diff --git a/README.md b/README.md index bb9ea7ef..c417c39f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ zip ======== -[![Build Status](https://github.com/Pr0methean/zip/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI) +[![Build Status](https://github.com/zip-rs/zip2/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI) [![Crates.io version](https://img.shields.io/crates/v/zip.svg)](https://crates.io/crates/zip) [Documentation](https://docs.rs/zip/latest/zip/)