From fffeb9701bdcb99c97ebf1b7dc445ee840c4f1de Mon Sep 17 00:00:00 2001 From: kyren Date: Wed, 2 Aug 2017 17:42:58 -0400 Subject: [PATCH] Badge has wrong url, I guess it doesn't expect the github portion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6379c95..73b703f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["lua"] license = "MIT" [badges] -travis-ci = { repository = "https://github.com/chucklefish/rlua", branch = "master" } +travis-ci = { repository = "chucklefish/rlua", branch = "master" } [features] default = ["builtin-lua"]