diff --git a/Cargo.toml b/Cargo.toml index 7a05379..b05231a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "rlua" version = "0.4.2" authors = ["kyren "] description = "High level bindings to Lua 5.3" -repository = "github.com/chucklefish/rlua" -documentation = "docs.rs/rlua" +repository = "https://github.com/chucklefish/rlua" +documentation = "https://docs.rs/rlua" readme = "README.md" keywords = ["lua"] license = "MIT"