diff --git a/readme_generator/messages.pot b/readme_generator/messages.pot index 487ecf2..56b6035 100644 --- a/readme_generator/messages.pot +++ b/readme_generator/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-25 06:53+0100\n" +"POT-Creation-Date: 2024-03-25 07:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -69,7 +69,9 @@ msgid "" msgstr "" #: templates/README.md.j2:11 -msgid "Edit files under the `doc/` directory" +msgid "" +"Edit files under the `doc/` directory ([see the page about documenting " +"packages](https://yunohost.org/packaging_app_doc))" msgstr "" #: templates/README.md.j2:12 diff --git a/readme_generator/templates/README.md.j2 b/readme_generator/templates/README.md.j2 index 2f58488..9ee472e 100644 --- a/readme_generator/templates/README.md.j2 +++ b/readme_generator/templates/README.md.j2 @@ -8,7 +8,7 @@ - {{ _("Edit the `change_url` and `config` scripts too, or remove them if you have no use of them") }} - {{ _("Add a `LICENSE` file for the package.") }} - {{ _("NB: this `LICENSE` file is not meant to necessarily be the same LICENSE as the upstream app - it is only the LICENSE you want this package's code to published with and you can choose it freely! (If you don't know which to choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))") }} -- {{ _("Edit files under the `doc/` directory") }} +- {{ _("Edit files under the `doc/` directory ([see the page about documenting packages](https://yunohost.org/packaging_app_doc))") }} - {{ _("The `README.md` files are to be automatically generated by ") }} ---