diff --git a/Cargo.toml b/Cargo.toml index c0eec33..0c4dda1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,8 @@ authors = ["Ales Katona "] edition = "2018" readme = "README.md" license = "LGPL-3.0" -repository = "https://gitlab.bitsmart.ltd/open/prongs.git" -documentation = "https://doc.bitsmart.ltd/prongs" -homepage = "https://gitlab.bitsmart.ltd/open/prongs" +repository = "https://git.bitsmart.ltd/almindor/prongs.git" +homepage = "https://git.bitsmart.ltd/almindor/prongs.git" description = "Input handling schema written in rust. Backend agnostic, provides serializability, assignment and unified interface for working with inputs. Keyboard, mouse and controllers supported." categories = ["game-engines", "config"] keywords = ["input", "controller", "keyboard", "controls", "game"]