diff options
author | ven <vendethiel@hotmail.fr> | 2015-08-09 23:39:37 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-08-09 23:39:37 +0200 |
commit | 115b326ac039901913383096b37fea2693b5a15e (patch) | |
tree | d81d6edd941781d8cf2811028f208700a127d9bd | |
parent | 7716f917b2d306ef88a75bb62ed4401c8abf5eb9 (diff) | |
parent | 01d5e4d6dd7a60142fb1342637c851c943f62530 (diff) |
Merge pull request #1190 from tst2005/patch-1
Quelques corrections et améliorations
-rw-r--r-- | fr-fr/lua-fr.html.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fr-fr/lua-fr.html.markdown b/fr-fr/lua-fr.html.markdown index b4e2a161..1f592320 100644 --- a/fr-fr/lua-fr.html.markdown +++ b/fr-fr/lua-fr.html.markdown @@ -434,9 +434,9 @@ les librairies standard: Autres références complémentaires: -* <a href="http://nova-fusion.com/2012/08/27/lua-for-programmers-part-1/">Lua for programmers</a> -* <a href="lua-users.org/files/wiki_insecure/users/thomasl/luarefv51.pdf">Courte de référence de Lua</a> -* <a href="http://www.lua.org/pil/contents.html">Programming In Lua</a> +* <a href="http://nova-fusion.com/2012/08/27/lua-for-programmers-part-1/">Lua pour programmeurs</a> +* <a href="lua-users.org/files/wiki_insecure/users/thomasl/luarefv51.pdf">Référence condensée de Lua</a> +* <a href="http://www.lua.org/pil/contents.html">Programmer en Lua</a> * <a href="http://www.lua.org/manual/">Les manuels de référence Lua</a> A propos, ce fichier est exécutable. Sauvegardez-le sous le nom *learn.lua* et @@ -446,4 +446,4 @@ Ce tutoriel a été originalement écrit pour <a href="tylerneylon.com">tylerney disponible en tant que <a href="https://gist.github.com/tylerneylon/5853042">gist</a>. Il a été traduit en français par Roland Yonaba (voir son <a href="http://github.com/Yonaba">github</a>). -Amusez-vous bien avec Lua!
\ No newline at end of file +Amusez-vous bien avec Lua! |