Update README.md

This commit is contained in:
James Booth
2017-01-29 00:27:02 +00:00
committed by GitHub
parent 16cb1452c0
commit c49d29846c

View File

@@ -33,16 +33,16 @@ See the `/help plugins` command for further plugin management options.
Branches
--------
* `0.5.0`: Maintenance branch for plugins compatible with the current Profanity release 0.5.0
* `0.5.1`: Development for the next Profanity patch release 0.5.1
* `0.5.0`: Maintenance branch compatible Profanity 0.5.0
* `0.5.1`: Maintenance branch compatible Profanity 0.5.1
* `master`: Development for the next Profanity major release 0.6.0
Developing plugins
------------------
API Documentation:
* [Python API](http://www.profanity.im/plugins/python/html/prof.html)
* [Python hooks](http://www.profanity.im/plugins/python/html/plugin.html)
* [C API](http://www.profanity.im/plugins/c/html/profapi_8h.html)
* [C hooks](http://www.profanity.im/plugins/c/html/profhooks_8h.html)
* [Python API](http://www.profanity.im/plugins/0.5.1/python/html/prof.html)
* [Python hooks](http://www.profanity.im/plugins/0.5.1/python/html/plugin.html)
* [C API](http://www.profanity.im/plugins/0.5.1/c/html/profapi_8h.html)
* [C hooks](http://www.profanity.im/plugins/0.5.1/c/html/profhooks_8h.html)