diff --git a/README.md b/README.md index 5a8c2c6..9ace346 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ A framework for making 2D DOS games in Lua. LoveDOS provides a subset of the ![screenshot](https://cloud.githubusercontent.com/assets/3920290/3274842/db280102-f334-11e3-9967-f27f01d34d52.gif) ## Getting started -You can download LoveDOS from the [releases page](releases). If you're not +You can download LoveDOS from the +[releases page](https://github.com/rxi/lovedos/releases). If you're not using DOS as your operating system then [DOSbox](http://www.dosbox.com/) can be used to emulate a DOS computer. @@ -47,4 +48,4 @@ This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See [LICENSE](LICENSE) for details. LoveDOS includes Lua (MIT license). The full license for Lua can be found at -the bottom of the [src/lib/lua.h](src/lib/lua.h) file. +the bottom of the [src/lib/lua/lua.h](src/lib/lua/lua.h) file. diff --git a/doc/building.md b/doc/building.md index b32ce45..6aeceac 100644 --- a/doc/building.md +++ b/doc/building.md @@ -1,7 +1,7 @@ # Building LoveDOS -Although LoveDOS provides precompiled binaries on the [releases -page](releases), you may still wish to build the project's source if you want -to make changes to the project. +Although LoveDOS provides precompiled binaries on the +[releases page](https://github.com/rxi/lovedos/releases), you may still wish to +build the project's source if you want to make changes to the project. ## Requirements @@ -13,7 +13,8 @@ LoveDOS depends on the following being installed before building: ## Building -To compile you should clone the git repository or [download the .zip](#) of it. +To compile you should clone the git repository or +[download the .zip](https://github.com/rxi/lovedos/archive/master.zip) of it. Once this is done you should open the build.py file in an editor and check to make sure the COMPILER variable is set to the correct command as to run DJGPP's gcc executable; change the COMPILER variable's value if it is not set to the