From c49d29846cab0daf76b6f7c45bf94dde786e499f Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 29 Jan 2017 00:27:02 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 412213d..308eab5 100644 --- a/README.md +++ b/README.md @@ -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)