From 67c9e49ddc124b884ffb8a21fc528550e4ba2bde Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 23 Mar 2024 02:59:34 +0100 Subject: [PATCH] Update README.md: fix 'use this template' link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d236051..cc05da5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Packaging an app, starting from this example -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. +* Copy this app before working on it, using the ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) button on the Github repo. * Edit the `manifest.toml` with app specific info. * Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and any relevant conf files in `conf/`. * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)