From bd7ee783e3042aaa9cd37fa8300ad69496ebce47 Mon Sep 17 00:00:00 2001 From: kyren Date: Mon, 29 May 2017 16:34:39 -0400 Subject: [PATCH] fix links, again --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"