diff --git a/Cargo.toml b/Cargo.toml index cfe0d43..5b63bee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ keywords = ["binary", "monero", "base58", "base58-check"] version = "0.2.0" authors = ["h4sh3d "] license = "MIT" -homepage = "https://github.com/monero-rs/base58m-rs" -repository = "https://github.com/monero-rs/base58m-rs" +homepage = "https://github.com/monero-rs/base58m" +repository = "https://github.com/monero-rs/base58m" readme = "README.md" include = [ "src/*", diff --git a/README.md b/README.md index 42af5a0..4c7c7ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://img.shields.io/github/workflow/status/monero-rs/base58m-rs/CI/main)](https://github.com/monero-rs/base58m-rs/actions/workflows/ci.yml) +[![Build Status](https://img.shields.io/github/workflow/status/monero-rs/base58m/CI/main)](https://github.com/monero-rs/base58m/actions/workflows/ci.yml) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) [![Crates.io](https://img.shields.io/crates/v/base58m.svg)](https://crates.io/crates/base58m) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)