From fc78a900d1d68ab19c08436ad29b53f941bf6c21 Mon Sep 17 00:00:00 2001 From: Roger Philibert Date: Sun, 4 Apr 2021 12:27:53 +0200 Subject: [PATCH] a few more replacements --- .gitlab/issue_templates/Module_bug.md | 4 ++-- README.md | 2 +- modules/audioaddict/module.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/issue_templates/Module_bug.md b/.gitlab/issue_templates/Module_bug.md index 0486de2cdb..04eb251cec 100644 --- a/.gitlab/issue_templates/Module_bug.md +++ b/.gitlab/issue_templates/Module_bug.md @@ -14,7 +14,7 @@ paste here ### What are the steps to reproduce the problem? -### What weboob version are you using? +### What woob version are you using? Output of `woob config --version` command: @@ -30,7 +30,7 @@ Output of `woob config info MODULE_NAME` command: paste here ``` -### How did you install weboob? +### How did you install woob? Example: apt, brew, distro packages, pip, setup.py diff --git a/README.md b/README.md index 9ee4a03ae4..c0289e9619 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Woob is written in Python and is distributed under the LGPLv3+ license. For more information, please go to [the official website](https://woob.tech/). Some extra info is available in the [Gitlab -wiki](https://gitlab.com/weboob/devel/wikis/home). +wiki](https://gitlab.com/woob/woob/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](https://dev.woob.tech/). diff --git a/modules/audioaddict/module.py b/modules/audioaddict/module.py index 8cbe87c6a0..05f4ad4f9f 100644 --- a/modules/audioaddict/module.py +++ b/modules/audioaddict/module.py @@ -36,7 +36,7 @@ # # AudioAddict playlists do not seem to be appreciated by mplayer # VLC plays them successfully, therefore I advice to set the media_player -# option to another player in the ~/.config/weboob/radioob config file: +# option to another player in the ~/.config/woob/radioob config file: # [ROOT] # media_player = your_non_mplayer_player class AudioAddictModule(Module, CapRadio, CapCollection): -- GitLab