From 26314378ca836d4cd2d1d16b7ea1a61830361915 Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 8 Nov 2016 16:04:10 +0100 Subject: [PATCH] [enh] readme: add links toward contents of the repository: - usage of 'stable' branch inside links. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b112e8e8e..e40eb361b 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ - On this repository we are working [following this workflow](https://yunohost.org/#/build_system_en): `stable <— testing <— branch`. ## Repository content -- Shell [application helpers](https://yunohost.org/#/packaging_apps_helpers_en). -- Services configuration templates. -- Modules for the XMPP server Metronome. -- Debian files for package creation. -- Locales for translations of `yunohost` command. -- YunoHost core Python 2.7 scripts. -- An actionmap used by moulinette. -- Hooks. +- [Shell helpers](https://github.com/YunoHost/yunohost/tree/stable/data/helpers.d) for [application packaging](https://yunohost.org/#/packaging_apps_helpers_en). +- [Services configuration templates](https://github.com/YunoHost/yunohost/tree/stable/data/templates). +- [Modules for the XMPP server Metronome](https://github.com/YunoHost/yunohost/tree/stable/lib/metronome/modules). +- [Debian files](https://github.com/YunoHost/yunohost/tree/stable/debian) for package creation. +- [Locales](https://github.com/YunoHost/yunohost/tree/stable/locales) for translations of `yunohost` command. +- [YunoHost core Python 2.7 scripts](https://github.com/YunoHost/yunohost/tree/stable/src/yunohost). +- [An actionmap](https://github.com/YunoHost/yunohost/blob/stable/data/actionsmap/yunohost.yml) used by moulinette. +- [Hooks](https://github.com/YunoHost/yunohost/tree/stable/data/hooks). ## How does it works? - Python core scripts are accessible through two interfaces thanks to [moulinette framework](https://github.com/YunoHost/moulinette):