From 87e3e56ae32eabc1cb1e7eb13b5cd6d401302916 Mon Sep 17 00:00:00 2001 From: kyren Date: Mon, 29 May 2017 16:30:43 -0400 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8dafde..2296591 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/chucklefish/rlua.svg?branch=master)](https://travis-ci.org/chucklefish/rlua) -[WIP API Documentation](docs.rs/rlua) +[WIP API Documentation](https://docs.rs/rlua) This library is a WIP high level interface between Rust and Lua. Its major goal is to expose as easy to use, practical, and flexible of an API between