From 883ff167f654a2938b2d2c8e798fbfaba349f01d Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 6 Mar 2021 14:57:13 +0100 Subject: [PATCH] use https for woob website --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7f68404b8..8841e4f855 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ modules and applications. ## Installation -Installation is described on [the website](http://woob.tech) or in the +Installation is described on [the website](https://woob.tech) or in the [INSTALL](INSTALL) file. ## License @@ -37,10 +37,10 @@ Woob is written in Python and is distributed under the LGPLv3+ license. ## Documentation -For more information, please go to [the official website](http://woob.tech/). +For more information, please go to [the official website](https://woob.tech/). Some extra info is available in the [Gitlab wiki](https://git.woob.tech/weboob/devel/wikis/home). If you are a developper and looking for how to write a module or contribute to -Woob, you can have a look at the [developper documentation](http://dev.woob.tech/). +Woob, you can have a look at the [developper documentation](https://dev.woob.tech/). -- GitLab