From eac5d97a579bf44b9837d8bfe6416dde0e1f4a1c Mon Sep 17 00:00:00 2001 From: Ju2ender Date: Wed, 6 Jan 2016 14:35:13 +0800 Subject: [PATCH] Fix link address --- Development-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```