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 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ keywords = ["lua"]
license = "MIT" license = "MIT"
[badges] [badges]
travis-ci = { repository = "https://github.com/chucklefish/rlua", branch = "master" } travis-ci = { repository = "chucklefish/rlua", branch = "master" }
[features] [features]
default = ["builtin-lua"] default = ["builtin-lua"]