From b92c3b20f3a6a2e89501300900111c310c5961e3 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Mon, 22 Jun 2015 12:32:58 +0200 Subject: [PATCH] Update packaging_apps.md --- packaging_apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_apps.md b/packaging_apps.md index db973007..679df6d1 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -17,7 +17,7 @@ A YunoHost package is composed of: * A `LICENSE` file containing the license of the package * A presentation page of your package in a `README.md` file -**[A basic package](https://github.com/opi/example_ynh)**: feel free to use it as a framework. +**[A basic package](https://github.com/YunoHost/example_ynh)**: feel free to use it as a framework. ### Manifest The `manifest.json` file defines the app's constants, a bunch of values that YunoHost needs to identify the app and install it correctly. It looks like this :