diff --git a/Development-Guide.md b/Development-Guide.md index 8d700a1..1266974 100644 --- a/Development-Guide.md +++ b/Development-Guide.md @@ -1,4 +1,4 @@ -The whole frontend part of KOReader is scripted in [Lua](http://www.lua.org/about.html) programming language which means you can start development with just a decent text editor. Instructions about how to get and compile the source of the backend part on a linux OS are [here](https://github.com/koreader/koreader#prerequisites) +The whole frontend part of KOReader is scripted in [Lua](http://www.lua.org/about.html) programming language which means you can start development with just a decent text editor. Instructions about how to get and compile the source of the backend part on a linux OS are [here](https://github.com/koreader/koreader#building-prerequisites) The source tree of frontend looks like this: ```