Merge pull request #14 from mdosch/patch-1

Update project URL
This commit is contained in:
Michael Vetter
2019-08-07 14:33:48 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
profanity-plugins profanity-plugins
================= =================
* [Website documentation](http://www.profanity.im/plugins.html) * [Website documentation](https://profanity-im.github.io/plugins.html)
Building Profanity with plugin support Building Profanity with plugin support
-------------------------------------- --------------------------------------
@@ -41,8 +41,8 @@ Developing plugins
------------------ ------------------
API Documentation: API Documentation:
* [Python API](http://www.profanity.im/plugins/0.5.1/python/html/prof.html) * [Python API](https://profanity-im.github.io/plugins/0.5.1/python/html/prof.html)
* [Python hooks](http://www.profanity.im/plugins/0.5.1/python/html/plugin.html) * [Python hooks](https://profanity-im.github.io/plugins/0.5.1/python/html/plugin.html)
* [C API](http://www.profanity.im/plugins/0.5.1/c/html/profapi_8h.html) * [C API](https://profanity-im.github.io/plugins/0.5.1/c/html/profapi_8h.html)
* [C hooks](http://www.profanity.im/plugins/0.5.1/c/html/profhooks_8h.html) * [C hooks](https://profanity-im.github.io/plugins/0.5.1/c/html/profhooks_8h.html)