diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 0a22cc2e..eb8e071e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: vityafx +github: iddm diff --git a/Cargo.toml b/Cargo.toml index aefaf2ba..ac0d1277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "2.2.0" edition = "2018" authors = ["Victor Polevoy "] description = "Library for Toornament.com the eSports platform" -repository = "https://github.com/vityafx/toornament-rs" +repository = "https://github.com/iddm/toornament-rs" documentation = "https://docs.rs/toornament/" readme = "README.md" license = "MIT" diff --git a/README.md b/README.md index 76653c3f..6dd6a442 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # toornament-rs -[![CI](https://github.com/vityafx/toornament-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/vityafx/toornament-rs/actions/workflows/ci.yml) +[![CI](https://github.com/iddm/toornament-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/toornament-rs/actions/workflows/ci.yml) [![Crates](https://img.shields.io/crates/v/toornament.svg)](https://crates.io/crates/toornament) [![Docs](https://docs.rs/toornament/badge.svg)](https://docs.rs/toornament) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) @@ -10,7 +10,7 @@ http://toornament.com api bindings. Updating to the API version 2 is in progress. ## How to use -There is a [book](https://vityafx.github.io/toornament-rs) and the +There is a [book](https://iddm.github.io/toornament-rs) and the [documentation](https://docs.rs/toornament) which may help you using this library. ## Implementation @@ -36,4 +36,4 @@ fn main() { More examples are in the [`examples/` subdirectory](./examples/). ## License -This project is [licensed under the MIT license](https://github.com/vityafx/toornament-rs/blob/master/LICENSE). +This project is [licensed under the MIT license](https://github.com/iddm/toornament-rs/blob/master/LICENSE).