diff --git a/README.md b/README.md index bf68e11..5d0b729 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ DokuWiki is a simple to use and highly versatile Open Source wiki software that ## Documentation -* Official documentation: -* YunoHost documentation: +* Official documentation: https://www.dokuwiki.org/manual +* YunoHost documentation: https://yunohost.org/#/app_dokuwiki ## YunoHost specific features @@ -47,22 +47,19 @@ DokuWiki is a simple to use and highly versatile Open Source wiki software that ## Links -* Report a bug: -* App website: -* Upstream app repository: -* YunoHost website: +* Report a bug: https://github.com/YunoHost-Apps/dokuwiki_ynh/issues +* App website: https://www.dokuwiki.org +* Upstream app repository: https://github.com/splitbrain/dokuwiki +* YunoHost website: https://yunohost.org --- ## Developers infos -**Only if you know what you are doing AND want to switch to an unstable branch for testing or coding** +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing) -Instead of merging directly into `master`, please do your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing) - -To try the `testing` branch, please proceed like that. - -```bash +To try the testing branch, please proceed like that. +``` sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug or sudo yunohost app upgrade dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug