From 847d3be22e57a79f0506c97bf97c500f14e48ef0 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 29 Jul 2014 02:43:23 +0430 Subject: [PATCH] ChaiScript website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdfa7a9..3beafd6 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Scripting -* [ChaiScript](http://chaiscript.com/) - An easy to use embedded scripting language for C++. +* [ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. - [website](http://chaiscript.com/) * [Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. * [luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. * [SWIG](http://www.swig.org/) - a wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby.