diff --git a/README.md b/README.md index f52dca2..36439ca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Documentation](https://docs.rs/instant-xml/badge.svg)](https://docs.rs/instant-xml) [![Crates.io](https://img.shields.io/crates/v/instant-xml.svg)](https://crates.io/crates/instant-xml) -[![Build status](https://github.com/InstantDomain/instant-xml/workflows/CI/badge.svg)](https://github.com/InstantDomain/instant-xml/actions?query=workflow%3ACI) +[![Build status](https://github.com/djc/instant-xml/workflows/CI/badge.svg)](https://github.com/djc/instant-xml/actions?query=workflow%3ACI) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE-MIT) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE) diff --git a/instant-xml-macros/Cargo.toml b/instant-xml-macros/Cargo.toml index 705b114..b58257c 100644 --- a/instant-xml-macros/Cargo.toml +++ b/instant-xml-macros/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." license = "Apache-2.0 OR MIT" description = "Procedural macros for instant-xml" documentation = "https://docs.rs/instant-xml-macros" -repository = "https://github.com/InstantDomain/instant-xml" +repository = "https://github.com/djc/instant-xml" readme = "../README.md" [lib] diff --git a/instant-xml/Cargo.toml b/instant-xml/Cargo.toml index 6348271..4f45f21 100644 --- a/instant-xml/Cargo.toml +++ b/instant-xml/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." license = "Apache-2.0 OR MIT" description = "A more rigorous way to map XML to Rust types" documentation = "https://docs.rs/instant-xml" -repository = "https://github.com/InstantDomain/instant-xml" +repository = "https://github.com/djc/instant-xml" readme = "../README.md" [dependencies]