Browse Source

Fix doc links

pull/61/head
ericgaspar 5 years ago
parent
commit
86d0f1a8a6
  1. 6
      README.md
  2. 12
      README_fr.md

6
README.md

@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
## Overview ## Overview
This application allows you to easily install a custom Web application, This application allows you to easily install a custom Web application,
providing files access with [SFTP](https://yunohost.org/#/filezilla). It can also create a MySQL database -
providing files access with [SFTP](https://yunohost.org/en/filezilla). It can also create a MySQL database -
which will be backed up and restored with your application. The connection which will be backed up and restored with your application. The connection
details will be stored in the file `db_accesss.txt` located in the root details will be stored in the file `db_accesss.txt` located in the root
directory. directory.
@ -28,7 +28,7 @@ of your custom Web application inside.
## Documentation ## Documentation
* YunoHost documentation: https://github.com/YunoHost/doc/blob/master/app_my_webapp.md
* YunoHost documentation: https://yunohost.org/en/app_my_webapp
## YunoHost specific features ## YunoHost specific features
@ -46,7 +46,7 @@ of your custom Web application inside.
#### SFTP port #### SFTP port
You may have change the SSH port as described You may have change the SSH port as described
[here section "Modifier le port SSH"](https://yunohost.org/#/security_fr) ;
[here section "Modifier le port SSH"](https://yunohost.org/en/security) ;
then you should use this port to update your website with SFTP. then you should use this port to update your website with SFTP.
## Links ## Links

12
README_fr.md

@ -6,12 +6,12 @@
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer une Application vide avec accès SFTP au répertoire Web personnalisé rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet d'installer une Application vide avec accès SFTP au répertoire Web personnalisé rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/fr/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble ## Vue d'ensemble
Cette application vous permet d'installer facilement une application vide personnalisée, Cette application vous permet d'installer facilement une application vide personnalisée,
fourni un accès aux fichiers avec [SFTP](https://yunohost.org/#/filezilla). Elle peut également créer une base de données MySQL -
fourni un accès aux fichiers avec [SFTP](https://yunohost.org/fr/filezilla). Elle peut également créer une base de données MySQL -
qui sera sauvegardée et restaurée avec votre application. Les détails de connexion qui sera sauvegardée et restaurée avec votre application. Les détails de connexion
seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine. seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine.
@ -21,7 +21,7 @@ seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire raci
## Documentation ## Documentation
* Documentation YunoHost : https://yunohost.org/#/app_my_webapp
* Documentation YunoHost : https://yunohost.org/fr/app_my_webapp
## Caractéristiques spécifiques YunoHost ## Caractéristiques spécifiques YunoHost
@ -36,6 +36,12 @@ seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire raci
## Informations additionnelles ## Informations additionnelles
#### Port SFTP
Vous avez peut-être changé le port SSH comme décrit
[ici section "Modifier le port SSH"](https://yunohost.org/fr/security);
alors vous devriez utiliser ce port pour mettre à jour votre site Web avec SFTP.
## Liens ## Liens
* Signaler un bug : https://github.com/YunoHost-Apps/my_webapp_ynh/issues * Signaler un bug : https://github.com/YunoHost-Apps/my_webapp_ynh/issues

Loading…
Cancel
Save