fixed updated golua link; accidentally pointed at oldest version, not the newest.
diff --git a/Projects.md b/Projects.md
index b4d7968..4d8fa46 100644
--- a/Projects.md
+++ b/Projects.md
@@ -1429,7 +1429,7 @@
* [GoLightly](https://github.com/feyeleanor/GoLightly) - A flexible and lightweight virtual machine with runtime-configurable instruction set
* [goll1e](https://github.com/realistschuckle/goll1e) - An LL(1) parser generator for the Go programming language.
* [Golog](https://github.com/mndrix/golog) - Prolog interpreter in Go
- * [golua](https://github.com/afitz/golua) - A fork of GoLua that works on current releases of Go
+ * [golua](https://github.com/aarzilli/golua) - A fork of GoLua that works on current releases of Go
* [gomruby](https://github.com/AlekSi/gomruby) - mruby (mini Ruby) bindings for Go
* [gopher-lua](https://github.com/yuin/gopher-lua) - A Lua 5.1 VM and compiler written in Go
* [go-php](https://github.com/deuill/go-php) - PHP bindings for Go