Update README.md

master
tomaka 2014-07-12 08:58:38 +02:00
parent 5cf31bd875
commit 912cd1442d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ The `Lua` struct is the main element of this library. It represents a context in
let mut lua = Lua::new(); // mutable is mandatory
```
[You can check the documentation here](http://rust-ci.org/Tomaka17/rust-hl-lua/doc/rust-hl-lua/).
[You can check the documentation here](http://rust-ci.org/tomaka/rust-hl-lua/doc/rust-hl-lua/).
#### Reading and writing variables