1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplytranslate_ynh.git synced 2024-09-03 20:16:26 +02:00

kontribusi ubah nama

Fix website url
This commit is contained in:
the7thNightmare 2023-11-09 21:18:53 +07:00 committed by GitHub
commit be17dae06e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -30,8 +30,9 @@ The frontend for SimplyTranslate engine, which you can use for translation for m
## Documentation and resources ## Documentation and resources
* Official app website: <https://simple-web.org/projects/simplytranslate.html> * Official app website: <https://simplytranslate.org>
* Upstream app code repository: <https://codeberg.org/SimpleWeb/SimplyTranslate-Web> * Upstream app code repository: <https://codeberg.org/SimpleWeb/SimplyTranslate-Web>
* YunoHost Store: <https://apps.yunohost.org/app/simplytranslate>
* Report a bug: <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues>
## Developer info ## Developer info

View file

@ -30,8 +30,9 @@ L'interface du moteur SimplyTranslate, que vous pouvez utiliser pour la traducti
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://simple-web.org/projects/simplytranslate.html> * Site officiel de lapp : <https://simplytranslate.org>
* Dépôt de code officiel de lapp : <https://codeberg.org/SimpleWeb/SimplyTranslate-Web> * Dépôt de code officiel de lapp : <https://codeberg.org/SimpleWeb/SimplyTranslate-Web>
* YunoHost Store: <https://apps.yunohost.org/app/simplytranslate>
* Signaler un bug : <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/simplytranslate_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs
@ -46,4 +47,4 @@ ou
sudo yunohost app upgrade simplytranslate -u https://github.com/YunoHost-Apps/simplytranslate_ynh/tree/testing --debug sudo yunohost app upgrade simplytranslate -u https://github.com/YunoHost-Apps/simplytranslate_ynh/tree/testing --debug
``` ```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -12,7 +12,7 @@ maintainers = ["the7thNightmare"]
[upstream] [upstream]
license = "AGPL-3.0" license = "AGPL-3.0"
website = "https://simple-web.org/projects/simplytranslate.html" website = "https://simplytranslate.org/"
code = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web" code = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web"
[integration] [integration]