Fixed links in README.md
This commit is contained in:
parent
d8c4bfa6ba
commit
f96b08dfc8
15
README.md
15
README.md
|
@ -9,9 +9,10 @@ something practical, pretty, *small* and responsive, implemented as simply as
|
||||||
possible; easy to modify and extend, or to use without doing either.
|
possible; easy to modify and extend, or to use without doing either.
|
||||||
|
|
||||||
## Get
|
## Get
|
||||||
Go to the [Releases](#TODO) page to download precompiled binaries for Windows or
|
Go to the [Releases](https://github.com/rxi/lite/releases) page to download
|
||||||
Linux. Additional functionality can be added through plugins which are available
|
precompiled binaries for Windows or Linux. Additional functionality can be added
|
||||||
from the [plugins repository](#TODO).
|
through plugins which are available from the
|
||||||
|
[plugins repository](https://github.com/rxi/lite-plugins).
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
You can build the project yourself on Linux using the provided `build.py`
|
You can build the project yourself on Linux using the provided `build.py`
|
||||||
|
@ -20,10 +21,10 @@ changes to the Lua portion of the code.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Any additional functionality that can be added through a plugin should be done
|
Any additional functionality that can be added through a plugin should be done
|
||||||
so as a plugin, after which a pull request to the [plugins repository](#TODO)
|
so as a plugin, after which a pull request to the
|
||||||
can be made. In hopes of remaining lightweight, pull requests adding additional
|
[plugins repository](https://github.com/rxi/lite-plugins) can be made. In hopes
|
||||||
functionality to the core will likely not be merged. Bug reports and bug fixes
|
of remaining lightweight, pull requests adding additional functionality to the
|
||||||
are welcome.
|
core will likely not be merged. Bug reports and bug fixes are welcome.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is free software; you can redistribute it and/or modify it under
|
This project is free software; you can redistribute it and/or modify it under
|
||||||
|
|
Loading…
Reference in a new issue