add angle brackets around bare URLs (fix MD034)
This commit is contained in:
parent
6c0a2a50fb
commit
d4ff6d83a1
2 changed files with 14 additions and 14 deletions
|
@ -54,16 +54,16 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
{% if upstream.website -%}* Official app website: {{ upstream.website }}
|
{% if upstream.website -%}* Official app website: <{{ upstream.website }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if upstream.userdoc -%}* Official user documentation: {{ upstream.userdoc }}
|
{% if upstream.userdoc -%}* Official user documentation: <{{ upstream.userdoc }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if upstream.admindoc -%}* Official admin documentation: {{ upstream.admindoc }}
|
{% if upstream.admindoc -%}* Official admin documentation: <{{ upstream.admindoc }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if upstream.code -%}* Upstream app code repository: {{ upstream.code }}
|
{% if upstream.code -%}* Upstream app code repository: <{{ upstream.code }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_{{manifest.id}}
|
* YunoHost documentation for this app: <https://yunohost.org/app_{{manifest.id}}>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -77,5 +77,5 @@ or
|
||||||
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
||||||
|
|
|
@ -40,16 +40,16 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
{% if upstream.website -%}* Site officiel de l'app : {{ upstream.website }}
|
{% if upstream.website -%}* Site officiel de l'app : <{{ upstream.website }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if upstream.userdoc -%}* Documentation officielle utilisateur : {{ upstream.userdoc }}
|
{% if upstream.userdoc -%}* Documentation officielle utilisateur : <{{ upstream.userdoc }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if upstream.admindoc -%}* Documentation officielle de l'admin : {{ upstream.admindoc }}
|
{% if upstream.admindoc -%}* Documentation officielle de l'admin : <{{ upstream.admindoc }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if upstream.code -%}* Dépôt de code officiel de l'app : {{ upstream.code }}
|
{% if upstream.code -%}* Dépôt de code officiel de l'app : <{{ upstream.code }}>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_{{manifest.id}}
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_{{manifest.id}}>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -63,5 +63,5 @@ ou
|
||||||
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue