diff --git a/.gitlab/issue_templates/Module_bug.md b/.gitlab/issue_templates/Module_bug.md index 0486de2cdb64cbdf94e43bb2ebbb98fcd3d22754..04eb251cec0c745f67fad8665a161de055078880 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 9ee4a03ae46035ad7e0959042ba8810cc6d20fa8..c0289e9619cad7cbb760ece31d9fbe9909bb3fec 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 8cbe87c6a0248d660a38a52aa3d0e6f64abb32cc..05f4ad4f9fa9632a81a07eff605c71f2009663cf 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):