From d69df863fef74759dcc9a1829d5b2280348465c7 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 7 Aug 2019 13:48:56 +0200 Subject: [PATCH] Update project URL http://profanity.im -> https://profanity-im.github.io --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 308eab5..b0ffc34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ profanity-plugins ================= -* [Website documentation](http://www.profanity.im/plugins.html) +* [Website documentation](https://profanity-im.github.io/plugins.html) Building Profanity with plugin support -------------------------------------- @@ -41,8 +41,8 @@ Developing plugins ------------------ API Documentation: -* [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) +* [Python API](https://profanity-im.github.io/plugins/0.5.1/python/html/prof.html) +* [Python hooks](https://profanity-im.github.io/plugins/0.5.1/python/html/plugin.html) +* [C API](https://profanity-im.github.io/plugins/0.5.1/c/html/profapi_8h.html) +* [C hooks](https://profanity-im.github.io/plugins/0.5.1/c/html/profhooks_8h.html)