Badge has wrong url, I guess it doesn't expect the github portion

This commit is contained in:
kyren
2017-08-02 17:42:58 -04:00
parent b42d613c5b
commit fffeb9701b
+1 -1
View File
@@ -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"]