diff --git a/Cargo.toml b/Cargo.toml index 75eea78..ec98e61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "tribufu" version = "1.3.0" description = "REST API to access Tribufu services." -repository = "https://github.com/tribufu/tribufu-rust" +repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "MIT" readme = "README.md" diff --git a/README.md b/README.md index d2b11c0..2044ed5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Rust SDK to access Tribufu APIs and services. [crates-badge]: https://img.shields.io/crates/v/tribufu.svg [crates-url]: https://crates.io/crates/tribufu [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg -[mit-url]: https://github.com/tribufu/tribufu-rust/blob/main/LICENSE.txt +[mit-url]: https://github.com/Tribufu/TribufuRust/blob/main/LICENSE.txt [discord-badge]: https://img.shields.io/discord/276504514616623104.svg?logo=discord&style=flat-square [discord-url]: https://www.tribufu.com/discord @@ -20,4 +20,4 @@ Rust SDK to access Tribufu APIs and services. This project is licensed under the [MIT License]. -[MIT License]: https://github.com/tribufu/tribufu-rust/blob/main/LICENSE.txt +[MIT License]: https://github.com/Tribufu/TribufuRust/blob/main/LICENSE.txt diff --git a/src/constants/Cargo.toml b/src/constants/Cargo.toml index 6bb3621..301ca1b 100644 --- a/src/constants/Cargo.toml +++ b/src/constants/Cargo.toml @@ -2,7 +2,7 @@ name = "tribufu-constants" version = "1.3.0" description = "Tribufu Constants" -repository = "https://github.com/tribufu/tribufu-rust" +repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "MIT" edition = "2021" diff --git a/src/error/Cargo.toml b/src/error/Cargo.toml index c62d2d2..869cc4a 100644 --- a/src/error/Cargo.toml +++ b/src/error/Cargo.toml @@ -2,7 +2,7 @@ name = "tribufu-error" version = "1.3.0" description = "Tribufu Error" -repository = "https://github.com/tribufu/tribufu-rust" +repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "MIT" edition = "2021" diff --git a/src/json/Cargo.toml b/src/json/Cargo.toml index 9829ba0..e40b6e3 100644 --- a/src/json/Cargo.toml +++ b/src/json/Cargo.toml @@ -2,7 +2,7 @@ name = "tribufu-json" version = "1.3.0" description = "Tribufu Json" -repository = "https://github.com/tribufu/tribufu-rust" +repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "MIT" edition = "2021" diff --git a/src/log/Cargo.toml b/src/log/Cargo.toml index 35afda0..c1fc38a 100644 --- a/src/log/Cargo.toml +++ b/src/log/Cargo.toml @@ -2,7 +2,7 @@ name = "tribufu-log" version = "1.3.0" description = "Tribufu Log" -repository = "https://github.com/tribufu/tribufu-rust" +repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "MIT" edition = "2021" diff --git a/src/platform/Cargo.toml b/src/platform/Cargo.toml index db1e7d4..9c3b672 100644 --- a/src/platform/Cargo.toml +++ b/src/platform/Cargo.toml @@ -2,7 +2,7 @@ name = "tribufu-platform" version = "1.3.0" description = "Tribufu Platform" -repository = "https://github.com/tribufu/tribufu-rust" +repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "MIT" edition = "2021"